[FFmpeg-cvslog] dpx: add CODEC_CAP_DR1

Paul B Mahol git at videolan.org
Mon Jul 9 01:44:11 CEST 2012


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sat Jul  7 20:02:20 2012 +0000| [104ea001080a3109b2e20e0fc3e4399a68e52a13] | committer: Paul B Mahol

dpx: add CODEC_CAP_DR1

Signed-off-by: Paul B Mahol <onemda at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=104ea001080a3109b2e20e0fc3e4399a68e52a13
---

 libavcodec/dpx.c |    1 +
 1 file changed, 1 insertion(+)

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"),
 };



More information about the ffmpeg-cvslog mailing list