From c90dbc67ed6b849cc3e7f24d83cef3d015f2c3d0 Mon Sep 17 00:00:00 2001 From: Ivan Uskov Date: Fri, 24 Jul 2015 06:26:14 -0400 Subject: libavcodec/qsvdec.c: The ff_qsv_decode() now guarantees the consumption of whole packet. Signed-off-by: Michael Niedermayer --- libavcodec/qsvdec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/qsvdec.h') diff --git a/libavcodec/qsvdec.h b/libavcodec/qsvdec.h index a4971ad9d0..2fadacbff8 100644 --- a/libavcodec/qsvdec.h +++ b/libavcodec/qsvdec.h @@ -49,6 +49,7 @@ typedef struct QSVContext { QSVFrame *work_frames; AVFifoBuffer *async_fifo; + AVFifoBuffer *input_fifo; // this flag indicates that header parsed, // decoder instance created and ready to general decoding -- cgit v1.2.3