summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options.h')
-rw-r--r--options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/options.h b/options.h
index b503175b17..5a403149d7 100644
--- a/options.h
+++ b/options.h
@@ -33,6 +33,8 @@ typedef struct MPOpts {
int capture_dump;
int loop_times;
int ordered_chapters;
+ float stream_cache_min_percent;
+ float stream_cache_seek_min_percent;
int chapterrange[2];
int edition_id;
int correct_pts;