[Mplayer-cvslog] CVS: main mencoder.c,1.127,1.128
    Arpi of Ize 
    arpi at mplayerhq.hu
       
    Mon May  6 14:45:11 CEST 2002
    
        - Previous message: [Mplayer-cvslog] CVS: main/DOCS/Italian bugreports.html,1.3,1.4 cd-dvd.html,1.3,1.4 codecs.html,1.3,1.4 documentation.html,1.5,1.6 encoding.html,1.4,1.5 faq.html,1.4,1.5 formats.html,1.3,1.4 sound.html,1.4,1.5 users_against_developers.html,1.3,1.4 video.html,1.4,1.5
- Next message: [Mplayer-cvslog] CVS: main/etc codecs.conf,1.185,1.186
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
  
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv13731
Modified Files:
	mencoder.c 
Log Message:
time to make libavcodec as default
Index: mencoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/mencoder.c,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- mencoder.c	1 May 2002 14:42:42 -0000	1.127
+++ mencoder.c	6 May 2002 12:45:02 -0000	1.128
@@ -104,17 +104,16 @@
 #endif
 
 int out_video_codec=
-#ifdef HAVE_DIVX4ENCORE
-    VCODEC_DIVX4;
-#else
 #ifdef USE_LIBAVCODEC
     VCODEC_LIBAVCODEC;
 #else
+#ifdef HAVE_DIVX4ENCORE
+    VCODEC_DIVX4;
+#else
     VCODEC_COPY;
 #endif
 #endif
 
-
 // audio stream skip/resync functions requires only for seeking.
 // (they should be implemented in the audio codec layer)
 //void skip_audio_frame(sh_audio_t *sh_audio){}
@@ -144,8 +143,6 @@
 int force_srate=0;
 
 char* out_filename="test.avi";
-char* mp3_filename=NULL;
-char* ac3_filename=NULL;
 
 char *force_fourcc=NULL;
 
    
    
        
	- Previous message: [Mplayer-cvslog] CVS: main/DOCS/Italian bugreports.html,1.3,1.4 cd-dvd.html,1.3,1.4 codecs.html,1.3,1.4 documentation.html,1.5,1.6 encoding.html,1.4,1.5 faq.html,1.4,1.5 formats.html,1.3,1.4 sound.html,1.4,1.5 users_against_developers.html,1.3,1.4 video.html,1.4,1.5
- Next message: [Mplayer-cvslog] CVS: main/etc codecs.conf,1.185,1.186
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
More information about the MPlayer-cvslog
mailing list