From f174fbac3cb127273b8f3df8e05d7156ec1d7658 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 17 Oct 2012 21:39:04 +0200 Subject: lavc: add CODEC_CAP_DR1 to all video decoders missing them --- libavcodec/dpx.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/dpx.c') diff --git a/libavcodec/dpx.c b/libavcodec/dpx.c index f1a4e86c87..55f71c987c 100644 --- a/libavcodec/dpx.c +++ b/libavcodec/dpx.c @@ -243,4 +243,5 @@ AVCodec ff_dpx_decoder = { .close = decode_end, .decode = decode_frame, .long_name = NULL_IF_CONFIG_SMALL("DPX image"), + .capabilities = CODEC_CAP_DR1, }; -- cgit v1.2.3