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 <michaelni@gmx.at>2013-11-03 20:24:05 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-05-03 18:01:45 +0400
commit7ef01a7878149de43aa49e676a343ca67b24c6b2 (patch)
treeb8c02a321d99ea3a448d3e9c3cac29d8da96af3d /libavcodec/h264.h
parenta75349d0c833da6828c8a8261516d94e705633d6 (diff)
avcodec/h264: mark recovery_cnt==0 frames as keyframes
Fixes Ticket3063 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index 70539bbd58..76f111ba78 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -324,6 +324,7 @@ typedef struct H264Picture {
int reference;
int recovered; ///< picture at IDR or recovery point + recovery count
int invalid_gap;
+ int sei_recovery_frame_cnt;
int crop;
int crop_left;