projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30f73fc
)
10l
author
Michael Niedermayer
<michaelni@gmx.at>
Sat, 12 Apr 2003 22:53:26 +0000
(22:53 +0000)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/libavcodec/wmv2.c
b/libavcodec/wmv2.c
index f4caa5aa2579c938be98cda5477a973a25d517cb..30812198c6b0cd95e0e9259c308b721948cf0c6d 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;
}