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/vb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/vb.c') diff --git a/libavcodec/vb.c b/libavcodec/vb.c index 39e14a008d..13f965ddbe 100644 --- a/libavcodec/vb.c +++ b/libavcodec/vb.c @@ -275,4 +275,5 @@ AVCodec ff_vb_decoder = { .close = decode_end, .decode = decode_frame, .long_name = NULL_IF_CONFIG_SMALL("Beam Software VB"), + .capabilities = CODEC_CAP_DR1, }; -- cgit v1.2.3