diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-04-12 22:53:26 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-04-12 22:53:26 +0000 |
commit | 7d6e42792d402e211ad3eecff62ea952fb62b20c (patch) | |
tree | 4e18be06fd40cdcefccd7f1d0960cd59025205e8 /libavcodec | |
parent | 30f73fc72ee492ac0b8f2899f51d9bb4e338eac1 (diff) | |
download | ffmpeg-7d6e42792d402e211ad3eecff62ea952fb62b20c.tar.gz |
10l
Originally committed as revision 1770 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/wmv2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/wmv2.c b/libavcodec/wmv2.c index f4caa5aa25..30812198c6 100644 --- a/libavcodec/wmv2.c +++ b/libavcodec/wmv2.c @@ -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; } |