提交 61d303c7 编写于 作者: D Derek Buitenhuis 提交者: Michael Niedermayer

libutvideodec: Remove CODEC_CAP_LOSSLESS

Remove the CODEC_CAP_LOSSLESS flag, as it doesn't make
any sense for a decoder to use it.
Signed-off-by: NDerek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 70cf7bb9
......@@ -192,7 +192,7 @@ AVCodec ff_libutvideo_decoder = {
NULL,
utvideo_decode_close,
utvideo_decode_frame,
CODEC_CAP_LOSSLESS,
NULL,
NULL,
NULL,
NULL,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册