diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-10-30 11:51:58 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-10-30 11:51:58 +0100 |
commit | 8bf44d5c9681233f5c1fd353b18276f25b199b7a (patch) | |
tree | 2b3fe9e0fbb79beaf9e36b02cf4554005dadf79e | |
parent | 5f614bcf2c5d9f3cb57d21473098c7996ba3ab24 (diff) | |
download | ffmpeg-8bf44d5c9681233f5c1fd353b18276f25b199b7a.tar.gz |
Partly revert f174fba: indeo3 decoder does not support direct rendering.
-rw-r--r-- | libavcodec/indeo3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c index bd2bc3b11d..126bd2bf53 100644 --- a/libavcodec/indeo3.c +++ b/libavcodec/indeo3.c @@ -1142,5 +1142,4 @@ AVCodec ff_indeo3_decoder = { .close = decode_close, .decode = decode_frame, .long_name = NULL_IF_CONFIG_SMALL("Intel Indeo 3"), - .capabilities = CODEC_CAP_DR1, }; |