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:
authorMichael Niedermayer <michaelni@gmx.at>2012-10-29 16:15:16 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-10-29 16:15:27 +0400
commit67420b3de50202c0c71e3c9a57451b4adbcb16ab (patch)
treef7be2c59620ee2cc598467de8155ebb7ceab0bdf /libavcodec/indeo5.c
parent7d1e003abddf18ba43be359c4d3b6194f9f2fbca (diff)
parentf174fbac3cb127273b8f3df8e05d7156ec1d7658 (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: lavc: add CODEC_CAP_DR1 to all video decoders missing them rtpdec: Cosmetic cleanup Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 423d79b53a..52dddd2ad9 100644
--- a/libavcodec/indeo5.c
+++ b/libavcodec/indeo5.c
@@ -674,4 +674,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,
};