10l
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 12 Apr 2003 22:53:26 +0000 (22:53 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 12 Apr 2003 22:53:26 +0000 (22:53 +0000)
Originally committed as revision 1770 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/wmv2.c

index f4caa5aa2579c938be98cda5477a973a25d517cb..30812198c6b0cd95e0e9259c308b721948cf0c6d 100644 (file)
@@ -726,6 +726,7 @@ static int wmv2_decode_mb(MpegEncContext *s, DCTELEM block[6][64])
             s->mv[0][0][0] = 0;
             s->mv[0][0][1] = 0;
             s->mb_skiped = 1;
+            w->hshift=0;
             return 0;
         }