git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94994d8
)
Initialise MAD decode_block_intra() loop iterator to zero.
author
Peter Ross
<pross@xvid.org>
Sun, 14 Jun 2009 09:55:28 +0000
(09:55 +0000)
committer
Peter Ross
<pross@xvid.org>
Sun, 14 Jun 2009 09:55:28 +0000
(09:55 +0000)
Originally committed as revision 19189 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/eamad.c
patch
|
blob
|
history
diff --git
a/libavcodec/eamad.c
b/libavcodec/eamad.c
index
b4e6c42
..
7555e4a
100644
(file)
--- a/
libavcodec/eamad.c
+++ b/
libavcodec/eamad.c
@@
-124,6
+124,7
@@
static inline void decode_block_intra(MadContext * t, DCTELEM * block)
/* The RL decoder is derived from mpeg1_decode_block_intra;
Escaped level and run values a decoded differently */
+ i = 0;
{
OPEN_READER(re, &s->gb);
/* now quantify & encode AC coefficients */