summaryrefslogtreecommitdiff
path: root/libavcodec/qsvdec.h
diff options
context:
space:
mode:
authorIvan Uskov <ivan.uskov@nablet.com>2015-07-24 06:26:14 -0400
committerMichael Niedermayer <michael@niedermayer.cc>2015-07-24 12:46:55 +0200
commitc90dbc67ed6b849cc3e7f24d83cef3d015f2c3d0 (patch)
treef0cd11aec264b13aa26fb8377795386e0c0f957f /libavcodec/qsvdec.h
parent5da90d7ec3a3f5eb68bf6bd0665636d8836a39f5 (diff)
libavcodec/qsvdec.c: The ff_qsv_decode() now guarantees the consumption of whole packet.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/qsvdec.h')
-rw-r--r--libavcodec/qsvdec.h1
1 files changed, 1 insertions, 0 deletions
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