summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/options/options.h b/options/options.h
index e5436383ad..4468d2abbd 100644
--- a/options/options.h
+++ b/options/options.h
@@ -123,8 +123,6 @@ typedef struct MPOpts {
int use_filedir_conf;
int network_rtsp_transport;
struct mp_cache_opts stream_cache;
- int stream_cache_pause;
- int stream_cache_unpause;
int chapterrange[2];
int edition_id;
int correct_pts;
@@ -189,6 +187,9 @@ typedef struct MPOpts {
char *sub_demuxer_name;
int mkv_subtitle_preroll;
+ double demuxer_min_secs_cache;
+ int cache_pausing;
+
struct image_writer_opts *screenshot_image_opts;
char *screenshot_template;