]> git.sesse.net Git - ffmpeg/commit
dnn_interface.h: add enum DNNColorOrder
authorGuo, Yejun <yejun.guo@intel.com>
Mon, 8 Feb 2021 01:53:39 +0000 (09:53 +0800)
committerGuo, Yejun <yejun.guo@intel.com>
Thu, 18 Feb 2021 01:59:37 +0000 (09:59 +0800)
commit0884063f88a9b726b296722cabe397b12337b16a
tree5d19839b9f2a8f52b9cf360daac82b9df92034af
parent76fc6879e2c59929e7d81a72986bb4950053177e
dnn_interface.h: add enum DNNColorOrder

the data type and order together decide the color format, we could
not use AVPixelFormat directly because not all the possible formats
are covered by it.

Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
libavfilter/dnn_interface.h