[Mplayer-cvslog] CVS: main mencoder.c,1.23,1.24

Arpi of Ize arpi at mplayer.dev.hu
Tue Nov 13 23:58:17 CET 2001


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

Modified Files:
	mencoder.c 
Log Message:
fourcc mapping fixed

Index: mencoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/mencoder.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- mencoder.c	13 Nov 2001 21:43:29 -0000	1.23
+++ mencoder.c	13 Nov 2001 22:58:14 -0000	1.24
@@ -315,6 +315,8 @@
   
 
 sh_video->codec=NULL;
+if(out_video_codec){
+
 if(video_family!=-1) mp_msg(MSGT_MENCODER,MSGL_INFO,MSGTR_TryForceVideoFmt,video_family);
 while(1){
   sh_video->codec=find_codec(sh_video->format,
@@ -364,6 +366,7 @@
      exit(1);
 }
 
+} // if(out_video_codec)
 
 if(sh_audio){
   // Go through the codec.conf and find the best codec...




More information about the MPlayer-cvslog mailing list