Mercurial > mplayer.hg
changeset 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 | 1ae1e9628f4b |
children | e5f57c576c48 |
files | libmpcodecs/dec_video.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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. --------------------