From b2eb613e282b94c5a71a392e120ca5c2a406bee4 Mon Sep 17 00:00:00 2001 From: arpi Date: Sat, 23 Mar 2002 02:41:31 +0000 Subject: [PATCH] try to uncomment this line - very funny effect (skipping I frames) usefull for testing/checking how usefull/powerfull the ME/MC is in divx/mpeg4 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5267 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/dec_video.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libmpcodecs/dec_video.c b/libmpcodecs/dec_video.c index 48b622c2fe..1a7699686f 100644 --- a/libmpcodecs/dec_video.c +++ b/libmpcodecs/dec_video.c @@ -158,6 +158,8 @@ unsigned int t2; double tt; sh_video->video_out=video_out; + +//if(!(sh_video->ds->flags&1) || sh_video->ds->pack_no<5) mpi=mpvdec->decode(sh_video, start, in_size, drop_frame); //------------------------ frame decoded. --------------------