# HG changeset patch # User michael # Date 1072976164 0 # Node ID 5175116a97e8823712c0b47c9654dd37113c066d # Parent f2f8eddf1b13c73a58eda99b0d8eb552bca1f484 dont show uninitalized motion vectors diff -r f2f8eddf1b13 -r 5175116a97e8 mpegvideo.c --- a/mpegvideo.c Thu Jan 01 15:13:44 2004 +0000 +++ b/mpegvideo.c Thu Jan 01 16:56:04 2004 +0000 @@ -1520,6 +1520,9 @@ direction = 1; break; } + if(!USES_LIST(pict->mb_type[mb_index], direction)) + continue; + if(IS_8X8(pict->mb_type[mb_index])){ int i; for(i=0; i<4; i++){