From 0940b748bdba36c4894fc8ea6be631d821fdf578 Mon Sep 17 00:00:00 2001 From: Mark Thompson Date: Sun, 30 Oct 2016 16:58:23 +0000 Subject: qsvdec: Only warn about unconsumed data if it happens more than once --- 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 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; -- cgit v1.2.3