summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2010-11-11 16:34:53 +0100
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-11 17:51:03 +0200
commit449484179f05ed6178663cab7b565eff7c884798 (patch)
tree4bfbe99c2b0e004ad5cfe6a7d1ee458f04b9a4d4 /options.h
parent6526bee39b2eed8b6567e9e9046d2ecbeacc7d66 (diff)
downloadmpv-449484179f05ed6178663cab7b565eff7c884798.tar.bz2
mpv-449484179f05ed6178663cab7b565eff7c884798.tar.xz
options: move [no]hr-mp3-seek to option struct
Diffstat (limited to 'options.h')
-rw-r--r--options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.h b/options.h
index b81744d248..b503175b17 100644
--- a/options.h
+++ b/options.h
@@ -45,6 +45,7 @@ typedef struct MPOpts {
int sub_id;
char *audio_lang;
char *sub_lang;
+ int hr_mp3_seek;
char *audio_stream;
int audio_stream_cache;