Commit a8f39869 authored by pross's avatar pross

Initialise MAD decode_block_intra() loop iterator to zero.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19189 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a1bfd7da
......@@ -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