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

Paul B Mahol onemda at gmail.com
Sat Jul 7 23:00:36 CEST 2012


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

diff --git a/libavcodec/exr.c b/libavcodec/exr.c
index a95423f..5ff2c6f 100644
--- a/libavcodec/exr.c
+++ b/libavcodec/exr.c
@@ -491,5 +491,6 @@ AVCodec ff_exr_decoder = {
     .init               = decode_init,
     .close              = decode_end,
     .decode             = decode_frame,
+    .capabilities       = CODEC_CAP_DR1,
     .long_name          = NULL_IF_CONFIG_SMALL("OpenEXR image"),
 };
-- 
1.7.7



More information about the ffmpeg-devel mailing list