diff libmpcodecs/dec_video.c @ 5266:413e450da31c

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
author arpi
date Sat, 23 Mar 2002 02:41:31 +0000
parents f992a01ecc0d
children 014ddf03476d
line wrap: on
line diff
--- a/libmpcodecs/dec_video.c	Sat Mar 23 00:32:59 2002 +0000
+++ b/libmpcodecs/dec_video.c	Sat Mar 23 02:41:31 2002 +0000
@@ -158,6 +158,8 @@
 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. --------------------