summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-10-31 07:26:40 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:18:07 +0200
commit4de0369e8d6d8d497b3aa61044a152ae91d477a6 (patch)
treec723c2a64dcba73a21af87ea7ad25cf8026b279f /options.h
parent45e1333581d9409b2d2be22129f8f6365016b609 (diff)
downloadmpv-4de0369e8d6d8d497b3aa61044a152ae91d477a6.tar.bz2
mpv-4de0369e8d6d8d497b3aa61044a152ae91d477a6.tar.xz
options: move audio_output_channels, audio_output_format to struct
Diffstat (limited to 'options.h')
-rw-r--r--options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/options.h b/options.h
index 08e75fa6a8..9995dc395b 100644
--- a/options.h
+++ b/options.h
@@ -41,6 +41,8 @@ typedef struct MPOpts {
int sub_id;
char *audio_lang;
char *sub_lang;
+ int audio_output_channels;
+ int audio_output_format;
float playback_speed;
float drc_level;
struct m_obj_settings *vf_settings;