summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-08-05 23:38:23 +0200
committerwm4 <wm4@nowhere>2015-08-05 23:38:23 +0200
commit775d81609627e4c6e091ae3761cdb1235f789276 (patch)
treee2d37ffd47f5eaacfee729024efa0cc85b6c0eb4 /options/options.h
parent410553aaaacf9762dca00410369010fedf41d826 (diff)
downloadmpv-775d81609627e4c6e091ae3761cdb1235f789276.tar.bz2
mpv-775d81609627e4c6e091ae3761cdb1235f789276.tar.xz
demux: remove options to control minimum packet queue size
Remove --demuxer-readahead-packets and --demuxer-readahead-bytes. These were a bit useless. They could force a minimum packet queue size, but controlling the queue size with --demuxer-readahead-secs is much nicer. It's fairly certain nobody ever used these options.
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/options/options.h b/options/options.h
index 3dcb783164..677b23f92e 100644
--- a/options/options.h
+++ b/options/options.h
@@ -196,8 +196,6 @@ typedef struct MPOpts {
char **audio_files;
char *demuxer_name;
int demuxer_thread;
- int demuxer_min_packs;
- int demuxer_min_bytes;
double demuxer_min_secs;
char *audio_demuxer_name;
char *sub_demuxer_name;