summaryrefslogtreecommitdiffstats
path: root/sub/subreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'sub/subreader.h')
-rw-r--r--sub/subreader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sub/subreader.h b/sub/subreader.h
index c62dd5ddd2..3b2e53efd8 100644
--- a/sub/subreader.h
+++ b/sub/subreader.h
@@ -70,6 +70,7 @@ typedef struct sub_data {
int sub_uses_time;
int sub_num; // number of subtitle structs
int sub_errs;
+ double fallback_fps;
} sub_data;
struct MPOpts;