comparison 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
comparison
equal deleted inserted replaced
1111:a3c3e1de6f02 1112:b1cf1087ec33
24 #endif 24 #endif
25 25
26 extern int vo_dbpp; 26 extern int vo_dbpp;
27 extern int osd_level; 27 extern int osd_level;
28 extern int sub_unicode; 28 extern int sub_unicode;
29
30 extern char *ao_outputfilename;
31 extern int ao_pcm_waveheader;
29 32
30 #ifdef HAVE_X11 33 #ifdef HAVE_X11
31 extern char *mDisplayName; 34 extern char *mDisplayName;
32 #endif 35 #endif
33 36
102 #endif 105 #endif
103 106
104 {"dumpfile", &stream_dump_name, CONF_TYPE_STRING, 0, 0, 0}, 107 {"dumpfile", &stream_dump_name, CONF_TYPE_STRING, 0, 0, 0},
105 {"dumpaudio", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 1}, 108 {"dumpaudio", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 1},
106 {"dumpvideo", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 2}, 109 {"dumpvideo", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 2},
110
111 {"aofile", &ao_outputfilename, CONF_TYPE_STRING, 0, 0, 0},
112 {"waveheader", &ao_pcm_waveheader, CONF_TYPE_FLAG, 0, 0, 1},
113 {"nowaveheader", &ao_pcm_waveheader, CONF_TYPE_FLAG, 0, 1, 0},
107 114
108 // {"auds", &avi_header.audio_codec, CONF_TYPE_STRING, 0, 0, 0}, 115 // {"auds", &avi_header.audio_codec, CONF_TYPE_STRING, 0, 0, 0},
109 // {"vids", &avi_header.video_codec, CONF_TYPE_STRING, 0, 0, 0}, 116 // {"vids", &avi_header.video_codec, CONF_TYPE_STRING, 0, 0, 0},
110 {"mc", &default_max_pts_correction, CONF_TYPE_FLOAT, CONF_RANGE, 0, 10}, 117 {"mc", &default_max_pts_correction, CONF_TYPE_FLOAT, CONF_RANGE, 0, 10},
111 {"fps", &force_fps, CONF_TYPE_FLOAT, CONF_MIN, 0, 0}, 118 {"fps", &force_fps, CONF_TYPE_FLOAT, CONF_MIN, 0, 0},