# HG changeset patch # User nicodvb # Date 1193516062 0 # Node ID 54497a1e997aa338ac8bea6bf9e4fdcf367aa854 # Parent 2aa722ce4f7c7c2367070e683d8ab7a991b02b53 removed silly #if 1 diff -r 2aa722ce4f7c -r 54497a1e997a libmpdemux/video.c --- 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;