Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2016-10-30 19:58:23 +0300
committerMark Thompson <sw@jkqxz.net>2016-11-14 22:38:19 +0300
commit0940b748bdba36c4894fc8ea6be631d821fdf578 (patch)
tree302dab32d83e7d85a4cfdd9858b56365988b8352 /libavcodec/qsvdec.h
parent030d84fa2e35af0e77516735de35bf1a52371c86 (diff)
qsvdec: Only warn about unconsumed data if it happens more than once
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 d807864aa5..c6ec99af15 100644
--- a/libavcodec/qsvdec.h
+++ b/libavcodec/qsvdec.h
@@ -51,6 +51,7 @@ typedef struct QSVContext {
QSVFrame *work_frames;
AVFifoBuffer *async_fifo;
+ int zero_consume_run;
// the internal parser and codec context for parsing the data
AVCodecParserContext *parser;