summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authoratmosfear <atmosfear@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-12 14:24:26 +0000
committeratmosfear <atmosfear@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-12 14:24:26 +0000
commitb9e199808dbb4875ab8095952eeeaadaf7860849 (patch)
tree0954fb04004672f0918bccd97604095f4112da4c /cfg-mplayer.h
parent2fe79a9b759e01ca79b5ef2f95559e358bf2494d (diff)
downloadmpv-b9e199808dbb4875ab8095952eeeaadaf7860849.tar.bz2
mpv-b9e199808dbb4875ab8095952eeeaadaf7860849.tar.xz
Added support for writing wave files and specifying filename to write to.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1113 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 05c3a9f130..c1355dad74 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -27,6 +27,9 @@ extern int vo_dbpp;
extern int osd_level;
extern int sub_unicode;
+extern char *ao_outputfilename;
+extern int ao_pcm_waveheader;
+
#ifdef HAVE_X11
extern char *mDisplayName;
#endif
@@ -104,6 +107,10 @@ struct config conf[]={
{"dumpfile", &stream_dump_name, CONF_TYPE_STRING, 0, 0, 0},
{"dumpaudio", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 1},
{"dumpvideo", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 2},
+
+ {"aofile", &ao_outputfilename, CONF_TYPE_STRING, 0, 0, 0},
+ {"waveheader", &ao_pcm_waveheader, CONF_TYPE_FLAG, 0, 0, 1},
+ {"nowaveheader", &ao_pcm_waveheader, CONF_TYPE_FLAG, 0, 1, 0},
// {"auds", &avi_header.audio_codec, CONF_TYPE_STRING, 0, 0, 0},
// {"vids", &avi_header.video_codec, CONF_TYPE_STRING, 0, 0, 0},