aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/sgidec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-10-29 13:15:16 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-10-29 13:15:27 +0100
commit67420b3de50202c0c71e3c9a57451b4adbcb16ab (patch)
treef7be2c59620ee2cc598467de8155ebb7ceab0bdf /libavcodec/sgidec.c
parent7d1e003abddf18ba43be359c4d3b6194f9f2fbca (diff)
parentf174fbac3cb127273b8f3df8e05d7156ec1d7658 (diff)
downloadandroid_external_ffmpeg-67420b3de50202c0c71e3c9a57451b4adbcb16ab.tar.gz
android_external_ffmpeg-67420b3de50202c0c71e3c9a57451b4adbcb16ab.tar.bz2
android_external_ffmpeg-67420b3de50202c0c71e3c9a57451b4adbcb16ab.zip
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/sgidec.c')
-rw-r--r--libavcodec/sgidec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/sgidec.c b/libavcodec/sgidec.c
index e9ada699e4..1805e23574 100644
--- a/libavcodec/sgidec.c
+++ b/libavcodec/sgidec.c
@@ -269,4 +269,5 @@ AVCodec ff_sgi_decoder = {
.decode = decode_frame,
.capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("SGI image"),
+ .capabilities = CODEC_CAP_DR1,
};