summaryrefslogtreecommitdiffstats
path: root/mp_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp_core.h')
-rw-r--r--mp_core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mp_core.h b/mp_core.h
index dc08bff175..5d3f86972c 100644
--- a/mp_core.h
+++ b/mp_core.h
@@ -72,6 +72,8 @@ typedef struct MPContext {
// struct.
int num_buffered_frames;
+ // used to retry decoding after startup/seeking to compensate for codec delay
+ int startup_decode_retry;
// how long until we need to display the "current" frame
float time_frame;