comparison 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
comparison
equal deleted inserted replaced
5265:1ae1e9628f4b 5266:413e450da31c
156 unsigned int t=GetTimer(); 156 unsigned int t=GetTimer();
157 unsigned int t2; 157 unsigned int t2;
158 double tt; 158 double tt;
159 159
160 sh_video->video_out=video_out; 160 sh_video->video_out=video_out;
161
162 //if(!(sh_video->ds->flags&1) || sh_video->ds->pack_no<5)
161 mpi=mpvdec->decode(sh_video, start, in_size, drop_frame); 163 mpi=mpvdec->decode(sh_video, start, in_size, drop_frame);
162 164
163 //------------------------ frame decoded. -------------------- 165 //------------------------ frame decoded. --------------------
164 166
165 #ifdef ARCH_X86 167 #ifdef ARCH_X86