[FFmpeg-devel] [PATCH 6/8] libutvideodec: Remove CODEC_CAP_LOSSLESS

Derek Buitenhuis derek.buitenhuis at gmail.com
Mon Nov 7 18:20:27 CET 2011


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 at gmail.com>
---
 libavcodec/libutvideo.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/libutvideo.cpp b/libavcodec/libutvideo.cpp
index d923e1e..2aab763 100644
--- a/libavcodec/libutvideo.cpp
+++ b/libavcodec/libutvideo.cpp
@@ -192,7 +192,7 @@ AVCodec ff_libutvideo_decoder = {
     NULL,
     utvideo_decode_close,
     utvideo_decode_frame,
-    CODEC_CAP_LOSSLESS,
+    NULL,
     NULL,
     NULL,
     NULL,
-- 
1.7.7.1



More information about the ffmpeg-devel mailing list