[Mplayer-cvslog] CVS: main/libmpcodecs ve_lavc.c,1.72,1.73

Michael Niedermayer CVS michael at mplayerhq.hu
Thu Sep 11 09:09:49 CEST 2003


Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv20929

Modified Files:
	ve_lavc.c 
Log Message:
2pass stats curruption fix by ("Johannes E. Schindelin" <Johannes dot Schindelin at gmx dot de>)


Index: ve_lavc.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ve_lavc.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ve_lavc.c	1 Sep 2003 14:04:41 -0000	1.72
+++ ve_lavc.c	11 Sep 2003 07:09:25 -0000	1.73
@@ -499,6 +499,7 @@
     	    return 0;
     }
 
+    if(!stats_file) {
     /* lavc internal 2pass bitrate control */
     switch(lavc_param_vpass){
     case 1: 
@@ -528,6 +529,7 @@
             return 0;
 	}        
 	break;
+    }
     }
 
     lavc_venc_context->me_method = ME_ZERO+lavc_param_vme;



More information about the MPlayer-cvslog mailing list