summaryrefslogtreecommitdiffstats
path: root/mpvcore/mp_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/mp_core.h')
-rw-r--r--mpvcore/mp_core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mpvcore/mp_core.h b/mpvcore/mp_core.h
index e15ec0355e..28f34ee580 100644
--- a/mpvcore/mp_core.h
+++ b/mpvcore/mp_core.h
@@ -148,6 +148,8 @@ typedef struct MPContext {
bool has_quit_custom_rc;
bool error_playing;
+ int64_t shown_vframes, shown_aframes;
+
struct demuxer **sources;
int num_sources;