summaryrefslogtreecommitdiffstats
path: root/libavcodec/libutvideo.cpp
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2011-11-07 12:00:59 -0500
committerMichael Niedermayer <michaelni@gmx.at>2011-11-07 21:51:34 +0100
commit61d303c780d3835ab0f5f96545b5408f03536bd7 (patch)
tree98f10b0e3a462a4afe20131d54b02fc6a4812922 /libavcodec/libutvideo.cpp
parent70cf7bb958899c369f778e29b8bd4203723bed04 (diff)
downloadffmpeg-streaming-61d303c780d3835ab0f5f96545b5408f03536bd7.zip
ffmpeg-streaming-61d303c780d3835ab0f5f96545b5408f03536bd7.tar.gz
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>
Diffstat (limited to 'libavcodec/libutvideo.cpp')
-rw-r--r--libavcodec/libutvideo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/libutvideo.cpp b/libavcodec/libutvideo.cpp
index 3ae7c0c..10c47c2 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,
OpenPOWER on IntegriCloud