summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-10-28 20:36:49 +0100
committerwm4 <wm4@nowhere>2012-10-30 19:50:23 +0100
commit63a56048b2682c054e0da40473f30a832c86416e (patch)
tree3212f6f3ae282d81823881d9dd572af98494f1c5 /options.h
parent7985d4fd3452ba5feed240ab86ba1c088547e98e (diff)
downloadmpv-63a56048b2682c054e0da40473f30a832c86416e.tar.bz2
mpv-63a56048b2682c054e0da40473f30a832c86416e.tar.xz
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.
Diffstat (limited to 'options.h')
-rw-r--r--options.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/options.h b/options.h
index d2404bb85a..11537c3ed9 100644
--- a/options.h
+++ b/options.h
@@ -77,7 +77,6 @@ typedef struct MPOpts {
char **audio_lang;
char **sub_lang;
int sub_visibility;
- int hr_mp3_seek;
char *quvi_format;
char *audio_stream;