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>2014-02-27 06:21:07 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-02-27 06:26:03 +0400
commitb5005def8a8f2dc2e7ac51ea85d50b8ed3d84673 (patch)
treec7b0280425ac21d9afe858e20999e35a260d4bff /libavcodec/mpegvideo.h
parentc4c5351f0857c80a7882143378cfb3db474146e8 (diff)
avcodec/h264: avoid using lost frames as references
Fixes Ticket3386 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index afc9c51c0a..8f7de9e90c 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -204,6 +204,7 @@ typedef struct Picture{
int reference;
int shared;
int recovered; ///< Picture at IDR or recovery point + recovery count
+ int invalid_gap;
int crop;
int crop_left;