Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-10-30 16:10:40 +0400
committerPaul B Mahol <onemda@gmail.com>2012-11-03 03:36:57 +0400
commitb02116cc4a3ac7e9726df75937560c460ca096df (patch)
treef5bd545e64ca34a8c0d80bcb6f4230b5c12a973e /libavcodec/indeo3.c
parent4ad6ef00a27440eeb06abf585180a96a73ee80af (diff)
Revert "Partly revert f174fba: indeo3 decoder does not support direct rendering."
f174fba did not introduce DR1 flag it was already available before that. This reverts commit 8bf44d5c9681233f5c1fd353b18276f25b199b7a.
Diffstat (limited to 'libavcodec/indeo3.c')
-rw-r--r--libavcodec/indeo3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c
index 126bd2bf53..bd2bc3b11d 100644
--- a/libavcodec/indeo3.c
+++ b/libavcodec/indeo3.c
@@ -1142,4 +1142,5 @@ AVCodec ff_indeo3_decoder = {
.close = decode_close,
.decode = decode_frame,
.long_name = NULL_IF_CONFIG_SMALL("Intel Indeo 3"),
+ .capabilities = CODEC_CAP_DR1,
};