[FFmpeg-devel] [PATCH] sgidec: add CODEC_CAP_DR1

Paul B Mahol onemda at gmail.com
Sat Jul 7 22:09:52 CEST 2012


Signed-off-by: Paul B Mahol <onemda at gmail.com>
---
 libavcodec/sgidec.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavcodec/sgidec.c b/libavcodec/sgidec.c
index 4e8fd31..f4d0723 100644
--- a/libavcodec/sgidec.c
+++ b/libavcodec/sgidec.c
@@ -267,5 +267,6 @@ AVCodec ff_sgi_decoder = {
     .init           = sgi_init,
     .close          = sgi_end,
     .decode         = decode_frame,
+    .capabilities   = CODEC_CAP_DR1,
     .long_name      = NULL_IF_CONFIG_SMALL("SGI image"),
 };
-- 
1.7.7



More information about the ffmpeg-devel mailing list