Initialise MAD decode_block_intra() loop iterator to zero.
Originally committed as revision 19189 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
94994d8d9a
commit
7d58228055
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user