From 63a56048b2682c054e0da40473f30a832c86416e Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 28 Oct 2012 20:36:49 +0100 Subject: options: remove --hr-mp3-seek This didn't do anything anymore. Even before the internal audio demuxer was removed, demux_lavf was used by default for mp3. Use --hr-seek instead. --- cfg-mplayer.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'cfg-mplayer.h') diff --git a/cfg-mplayer.h b/cfg-mplayer.h index 4e23613916..040b298b32 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -401,8 +401,6 @@ const m_option_t common_opts[] = { OPT_STRINGLIST("alang", audio_lang, 0), OPT_STRINGLIST("slang", sub_lang, 0), - OPT_MAKE_FLAGS("hr-mp3-seek", hr_mp3_seek, 0), - OPT_STRING("quvi-format", quvi_format, 0), { "rawaudio", (void *)&demux_rawaudio_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL}, -- cgit v1.2.3