summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2017-10-31 20:44:21 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2017-11-11 14:15:15 +0100
commitb197d83ca3f7316a4eb31bf60d9895835f7f2b4b (patch)
tree29f5dcb28156726233f2dbea23e3fdf7e22309b4 /libavformat/avformat.h
parentc84bc81158dab39598dcc72893ac4520dd95151e (diff)
downloadffmpeg-b197d83ca3f7316a4eb31bf60d9895835f7f2b4b.tar.gz
avformat/utils: Look at the first 3 frames if timestamps indicate frame reorder but decoder delay does not
Fixes: Ticket6487 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index c068aa8009..3c6775d0f6 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1026,6 +1026,7 @@ typedef struct AVStream {
double (*duration_error)[2][MAX_STD_TIMEBASES];
int64_t codec_info_duration;
int64_t codec_info_duration_fields;
+ int frame_delay_evidence;
/**
* 0 -> decoder has not been searched for yet.