[FFmpeg-soc] [soc]: r799 - rv40/rv40.c
kostya
subversion at mplayerhq.hu
Wed Aug 15 06:29:23 CEST 2007
Author: kostya
Date: Wed Aug 15 06:29:22 2007
New Revision: 799
Log:
1000l Motion vector difference for skipped blocks is zero
Modified:
rv40/rv40.c
Modified: rv40/rv40.c
==============================================================================
--- rv40/rv40.c (original)
+++ rv40/rv40.c Wed Aug 15 06:29:22 2007
@@ -941,6 +941,8 @@ static int rv40_decode_mv(RV40DecContext
}
return 0;
case RV40_MB_SKIP:
+ r->dmv[0][0] = 0;
+ r->dmv[0][1] = 0;
rv40_pred_mv(r, block_type, 0);
rv40_mc(r, block_type, 0, 0, 0, 2, 2);
break;
More information about the FFmpeg-soc
mailing list