Commit 7d582280 authored by Peter Ross's avatar Peter Ross

Initialise MAD decode_block_intra() loop iterator to zero.

Originally committed as revision 19189 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 94994d8d
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment