From 007e27d363ba7d994019dc897dc9c39071bb204a Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Sun, 28 Jun 2015 14:58:47 +0200 Subject: avcodec: add missing CODEC_CAP_DR1 to codecs using get_buffer() --- libavcodec/sp5xdec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/sp5xdec.c') diff --git a/libavcodec/sp5xdec.c b/libavcodec/sp5xdec.c index 08bdbc097c..ddf728f115 100644 --- a/libavcodec/sp5xdec.c +++ b/libavcodec/sp5xdec.c @@ -116,5 +116,6 @@ AVCodec ff_amv_decoder = { .init = ff_mjpeg_decode_init, .close = ff_mjpeg_decode_end, .decode = sp5x_decode_frame, + .capabilities = CODEC_CAP_DR1, .caps_internal = FF_CODEC_CAP_INIT_THREADSAFE, }; -- cgit v1.2.3