diff cfg-mplayer.h @ 1112:b1cf1087ec33

Added support for writing wave files and specifying filename to write to.
author atmosfear
date Tue, 12 Jun 2001 14:24:26 +0000
parents b36fb1ae4b53
children 0e95f30ffd4c
line wrap: on
line diff
--- a/cfg-mplayer.h	Tue Jun 12 14:13:26 2001 +0000
+++ b/cfg-mplayer.h	Tue Jun 12 14:24:26 2001 +0000
@@ -27,6 +27,9 @@
 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 @@
 	{"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},