From f033eaff9b6b03899626078844b56bc5107b4229 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 26 Jan 2015 03:58:13 +0100 Subject: options: make --hls-bitrate=max the default The previous default ("no") seemed to be equivalent to "min" in practice (though it might depend on the website, which is even worse). Better just select the best stream by default. --- options/options.c | 1 + 1 file changed, 1 insertion(+) (limited to 'options') diff --git a/options/options.c b/options/options.c index 06606b6c36..1748b3293c 100644 --- a/options/options.c +++ b/options/options.c @@ -729,6 +729,7 @@ const struct MPOpts mp_default_opts = { .demuxer_min_bytes = 0, .demuxer_min_secs = 0.2, .network_rtsp_transport = 2, + .hls_bitrate = 2, .demuxer_min_secs_cache = 2, .cache_pausing = 1, .chapterrange = {-1, -1}, -- cgit v1.2.3