[MPlayer-cvslog] r24878 - trunk/libmpdemux/video.c

nicodvb subversion at mplayerhq.hu
Sat Oct 27 22:14:22 CEST 2007


Author: nicodvb
Date: Sat Oct 27 22:14:22 2007
New Revision: 24878

Log:
removed silly #if 1

Modified:
   trunk/libmpdemux/video.c

Modified: trunk/libmpdemux/video.c
==============================================================================
--- trunk/libmpdemux/video.c	(original)
+++ trunk/libmpdemux/video.c	Sat Oct 27 22:14:22 2007
@@ -455,14 +455,12 @@ int video_read_frame(sh_video_t* sh_vide
 
         *start=videobuffer; in_size=videobuf_len;
 
-#if 1
     // get mpeg fps:
     if(sh_video->fps!=picture.fps) if(!force_fps && !telecine){
             mp_msg(MSGT_CPLAYER,MSGL_WARN,"Warning! FPS changed %5.3f -> %5.3f  (%f) [%d]  \n",sh_video->fps,picture.fps,sh_video->fps-picture.fps,picture.frame_rate_code);
             sh_video->fps=picture.fps;
             sh_video->frametime=1.0/picture.fps;
     }
-#endif
 
     // fix mpeg2 frametime:
     frame_time=(picture.display_time)*0.01f;



More information about the MPlayer-cvslog mailing list