summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2010-11-11 16:36:09 +0100
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-11 17:53:44 +0200
commite7d3e63a3f97b17f20780914b90132b3a1f72909 (patch)
treebcbc524608b21e77fcf57946d5e12a97df7bcee0 /options.h
parent449484179f05ed6178663cab7b565eff7c884798 (diff)
downloadmpv-e7d3e63a3f97b17f20780914b90132b3a1f72909.tar.bz2
mpv-e7d3e63a3f97b17f20780914b90132b3a1f72909.tar.xz
options: move -cache-min and cache-seek-min to option struct
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;