lavc/libdavs2: Remove yuv420p10le from fromat list.
now libdavs2 can't support 10bits mode, so remove the yuv420p10le from fromat list. Signed-off-by: Jun Zhao <jun.zhao@intel.com>
This commit is contained in:
@@ -165,7 +165,7 @@ AVCodec ff_libdavs2_decoder = {
|
|||||||
.close = davs2_end,
|
.close = davs2_end,
|
||||||
.decode = davs2_decode_frame,
|
.decode = davs2_decode_frame,
|
||||||
.capabilities = AV_CODEC_CAP_DELAY,//AV_CODEC_CAP_DR1 |
|
.capabilities = AV_CODEC_CAP_DELAY,//AV_CODEC_CAP_DR1 |
|
||||||
.pix_fmts = (const enum AVPixelFormat[]) { AV_PIX_FMT_YUV420P, AV_PIX_FMT_YUV420P10,
|
.pix_fmts = (const enum AVPixelFormat[]) { AV_PIX_FMT_YUV420P,
|
||||||
AV_PIX_FMT_NONE },
|
AV_PIX_FMT_NONE },
|
||||||
.wrapper_name = "libdavs2",
|
.wrapper_name = "libdavs2",
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user