[Mplayer-cvslog] CVS: main/libmpcodecs vd_ffmpeg.c,1.37,1.38

Atmosfear atmos4 at mplayerhq.hu
Mon Jul 29 00:09:06 CEST 2002


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

Modified Files:
	vd_ffmpeg.c 
Log Message:
Fix overall frametime overflow, hopefully long long int is portable. (untested, will test tomorrow)


Index: vd_ffmpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_ffmpeg.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- vd_ffmpeg.c	28 Jul 2002 21:56:18 -0000	1.37
+++ vd_ffmpeg.c	28 Jul 2002 22:09:03 -0000	1.38
@@ -389,7 +389,7 @@
     while(lavc_param_vstats){ // always one time loop
         static FILE *fvstats=NULL;
         char filename[20];
-        static int all_len=0;
+        static long long int all_len=0;
         static int frame_number=0;
         static double all_frametime=0.0;
 




More information about the MPlayer-cvslog mailing list