From f3bd3810d274a7f51b5925fc3d2fc33e8043a5d4 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 25 Jul 2015 18:03:35 +0200 Subject: qsvdec_*: add missing CODEC_CAP_DR1 --- libavcodec/qsvdec_mpeg2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/qsvdec_mpeg2.c') diff --git a/libavcodec/qsvdec_mpeg2.c b/libavcodec/qsvdec_mpeg2.c index dbe882bf74..31bdf926a9 100644 --- a/libavcodec/qsvdec_mpeg2.c +++ b/libavcodec/qsvdec_mpeg2.c @@ -174,6 +174,6 @@ AVCodec ff_mpeg2_qsv_decoder = { .decode = qsv_decode_frame, .flush = qsv_decode_flush, .close = qsv_decode_close, - .capabilities = CODEC_CAP_DELAY, + .capabilities = CODEC_CAP_DELAY | CODEC_CAP_DR1, .priv_class = &class, }; -- cgit v1.2.3