projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
10l
[ffmpeg.git]
/
libavcodec
/
wmv2.c
diff --git
a/libavcodec/wmv2.c
b/libavcodec/wmv2.c
index
f4caa5a
..
3081219
100644
(file)
--- 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;
}