changeset 24850:54497a1e997a

removed silly #if 1
author nicodvb
date Sat, 27 Oct 2007 20:14:22 +0000
parents 2aa722ce4f7c
children e36efda34616
files libmpdemux/video.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/video.c	Sat Oct 27 20:12:26 2007 +0000
+++ b/libmpdemux/video.c	Sat Oct 27 20:14:22 2007 +0000
@@ -455,14 +455,12 @@
 
         *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;