summaryrefslogtreecommitdiff
path: root/libavcodec/indeo3.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2012-10-30 11:51:58 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2012-10-30 11:51:58 +0100
commit8bf44d5c9681233f5c1fd353b18276f25b199b7a (patch)
tree2b3fe9e0fbb79beaf9e36b02cf4554005dadf79e /libavcodec/indeo3.c
parent5f614bcf2c5d9f3cb57d21473098c7996ba3ab24 (diff)
Partly revert f174fba: indeo3 decoder does not support direct rendering.
Diffstat (limited to 'libavcodec/indeo3.c')
-rw-r--r--libavcodec/indeo3.c1
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,
};