[Mplayer-cvslog] CVS: main cfg-mplayer.h,1.58,1.59
    Felix Buenemann 
    atmosfear at users.sourceforge.net
       
    Tue Jun 12 16:24:28 CEST 2001
    
    
  
Update of /cvsroot/mplayer/main
In directory usw-pr-cvs1:/tmp/cvs-serv8585
Modified Files:
	cfg-mplayer.h 
Log Message:
Added support for writing wave files and specifying filename to write to.
Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -r1.58 -r1.59
*** cfg-mplayer.h	2001/06/05 18:40:44	1.58
--- cfg-mplayer.h	2001/06/12 14:24:26	1.59
***************
*** 28,31 ****
--- 28,34 ----
  extern int sub_unicode;
  
+ extern char *ao_outputfilename;
+ extern int ao_pcm_waveheader;
+ 
  #ifdef HAVE_X11
  extern char *mDisplayName;
***************
*** 105,108 ****
--- 108,115 ----
  	{"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},
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
    
    
More information about the MPlayer-cvslog
mailing list