[Mplayer-cvslog] CVS: main cfg-mencoder.h,1.11,1.12

Alex Beregszaszi alex at mplayer.dev.hu
Sat Dec 8 14:30:38 CET 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv8767

Modified Files:
	cfg-mencoder.h 
Log Message:
ACODEC_COPY

Index: cfg-mencoder.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mencoder.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- cfg-mencoder.h	8 Dec 2001 12:21:23 -0000	1.11
+++ cfg-mencoder.h	8 Dec 2001 13:30:35 -0000	1.12
@@ -52,7 +52,7 @@
 };
 
 struct config oac_conf[]={
-	{"copy", &out_audio_codec, CONF_TYPE_FLAG, 0, 0, 0},
+	{"copy", &out_audio_codec, CONF_TYPE_FLAG, 0, 0, ACODEC_COPY},
 	{"pcm", &out_audio_codec, CONF_TYPE_FLAG, 0, 0, ACODEC_PCM},
 #ifdef HAVE_MP3LAME
 	{"mp3lame", &out_audio_codec, CONF_TYPE_FLAG, 0, 0, ACODEC_VBRMP3},




More information about the MPlayer-cvslog mailing list