[MPlayer-cvslog] CVS: main mencoder.c,1.301,1.302

Oded Shimon CVS syncmail at mplayerhq.hu
Sat Jul 23 08:51:38 CEST 2005


CVS change done by Oded Shimon CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv32262

Modified Files:
	mencoder.c 
Log Message:
1000l to me. Broke compilation when EDL is disabled.


Index: mencoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/mencoder.c,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -r1.301 -r1.302
--- mencoder.c	22 Jul 2005 21:27:54 -0000	1.301
+++ mencoder.c	23 Jul 2005 06:51:35 -0000	1.302
@@ -1702,10 +1702,12 @@
             decode_video(sh_video, frame_data->start, frame_data->in_size, !softskip);
         }
 
+#ifdef USE_EDL
         if (print_info) mp_msg(MSGT_MENCODER, MSGL_STATUS,
                "EDL SKIP: Start: %.2f  End: %.2lf   Current: V: %.2f  A: %.2f     \r",
                next_edl_record->start_sec, next_edl_record->stop_sec,
                sh_video->pts, a_pts);
+#endif
     }
     if (interrupted) return 2;
     return 1;




More information about the MPlayer-cvslog mailing list