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/sgidec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/sgidec.c') diff --git a/libavcodec/sgidec.c b/libavcodec/sgidec.c index c220452953..412709cfd9 100644 --- a/libavcodec/sgidec.c +++ b/libavcodec/sgidec.c @@ -267,4 +267,5 @@ AVCodec ff_sgi_decoder = { .close = sgi_end, .decode = decode_frame, .long_name = NULL_IF_CONFIG_SMALL("SGI image"), + .capabilities = CODEC_CAP_DR1, }; -- cgit v1.2.3