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:
authorAnton Khirnov <anton@khirnov.net>2012-10-17 23:39:04 +0400
committerAnton Khirnov <anton@khirnov.net>2012-10-29 12:51:23 +0400
commitf174fbac3cb127273b8f3df8e05d7156ec1d7658 (patch)
tree4f1e2c9e6634e58430c96f73e735345a0a5f87c1 /libavcodec/indeo5.c
parent48f01398ba30d8d921b27558df0029033e2d4402 (diff)
lavc: add CODEC_CAP_DR1 to all video decoders missing them
Diffstat (limited to 'libavcodec/indeo5.c')
-rw-r--r--libavcodec/indeo5.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/indeo5.c b/libavcodec/indeo5.c
index e9f7733f31..dc5f6f09ad 100644
--- a/libavcodec/indeo5.c
+++ b/libavcodec/indeo5.c
@@ -642,4 +642,5 @@ AVCodec ff_indeo5_decoder = {
.close = ff_ivi_decode_close,
.decode = ff_ivi_decode_frame,
.long_name = NULL_IF_CONFIG_SMALL("Intel Indeo Video Interactive 5"),
+ .capabilities = CODEC_CAP_DR1,
};