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:
authorMichael Niedermayer <michael@niedermayer.cc>2020-01-16 19:51:29 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2020-02-12 12:25:25 +0300
commitd9751a116275ec0281ea7c4bd28d8d10b457e264 (patch)
tree02e9131c0521e9d1fff428dd78559967c3f56a43 /libavcodec/h264_ps.h
parent3182114f8815cb3324dd300d8254ecdb07dbe097 (diff)
avcodec/h264_ps: Show VUI and SPS overread messages just once per frame thread
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/h264_ps.h')
-rw-r--r--libavcodec/h264_ps.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/h264_ps.h b/libavcodec/h264_ps.h
index 9014326dfb..2cc1cd6254 100644
--- a/libavcodec/h264_ps.h
+++ b/libavcodec/h264_ps.h
@@ -144,6 +144,8 @@ typedef struct H264ParamSets {
/* currently active parameters sets */
const PPS *pps;
const SPS *sps;
+
+ int overread_warning_printed[2];
} H264ParamSets;
/**