mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
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: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
70cf7bb958
commit
61d303c780
@ -192,7 +192,7 @@ AVCodec ff_libutvideo_decoder = {
|
||||
NULL,
|
||||
utvideo_decode_close,
|
||||
utvideo_decode_frame,
|
||||
CODEC_CAP_LOSSLESS,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user