From e7d3e63a3f97b17f20780914b90132b3a1f72909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Thu, 11 Nov 2010 16:36:09 +0100 Subject: options: move -cache-min and cache-seek-min to option struct --- options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'options.h') 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; -- cgit v1.2.3