[FFmpeg-cvslog] avrndec: add DR1 capability flag
Michael Niedermayer
git at videolan.org
Mon Aug 20 05:48:13 CEST 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Aug 20 03:31:41 2012 +0200| [9e5f79ed8a978450744caceaeec06ef37669d59d] | committer: Michael Niedermayer
avrndec: add DR1 capability flag
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9e5f79ed8a978450744caceaeec06ef37669d59d
---
libavcodec/avrndec.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/avrndec.c b/libavcodec/avrndec.c
index 83180f0..d9f33d7 100644
--- a/libavcodec/avrndec.c
+++ b/libavcodec/avrndec.c
@@ -126,5 +126,6 @@ AVCodec ff_avrn_decoder = {
.close = end,
.decode = decode_frame,
.long_name = NULL_IF_CONFIG_SMALL("AVRn"),
+ .capabilities = CODEC_CAP_DR1,
};
More information about the ffmpeg-cvslog
mailing list