[Mplayer-cvslog] CVS: main mencoder.c,1.189,1.190

Arpi of Ize arpi at mplayerhq.hu
Sun Dec 15 20:08:29 CET 2002


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

Modified Files:
	mencoder.c 
Log Message:
1l


Index: mencoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/mencoder.c,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -r1.189 -r1.190
--- mencoder.c	14 Dec 2002 17:54:59 -0000	1.189
+++ mencoder.c	15 Dec 2002 19:08:11 -0000	1.190
@@ -1173,7 +1173,7 @@
 	    mux_v->timer, decoded_frameno, (int)(p*100),
 	    (t>1) ? (int)(decoded_frameno/t+0.5) : 0,
 	    (p>0.001) ? (int)((t/p-t)/60) : 0, 
-	    (p>0.001) ? (int)(ftell(muxer_f)/p/1024/1024) : 0,
+	    (p>0.001) ? (int)(ftello(muxer_f)/p/1024/1024) : 0,
 	    v_pts_corr,
 	    (mux_v->timer>1) ? (int)(mux_v->size/mux_v->timer/125) : 0,
 	    (mux_a && mux_a->timer>1) ? (int)(mux_a->size/mux_a->timer/125) : 0




More information about the MPlayer-cvslog mailing list