Commit 61d303c7 authored by Derek Buitenhuis's avatar Derek Buitenhuis Committed by 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: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment