[FFmpeg-devel] [PATCH] dpx: add CODEC_CAP_DR1
Paul B Mahol
onemda at gmail.com
Sat Jul 7 22:02:44 CEST 2012
Signed-off-by: Paul B Mahol <onemda at gmail.com>
---
libavcodec/dpx.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libavcodec/dpx.c b/libavcodec/dpx.c
index 76a12aa..cbddfa4 100644
--- a/libavcodec/dpx.c
+++ b/libavcodec/dpx.c
@@ -247,5 +247,6 @@ AVCodec ff_dpx_decoder = {
.init = decode_init,
.close = decode_end,
.decode = decode_frame,
+ .capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("DPX image"),
};
--
1.7.7
More information about the ffmpeg-devel
mailing list