Skip to content
Snippets Groups Projects
Commit 7d582280 authored by Peter Ross's avatar Peter Ross
Browse files

Initialise MAD decode_block_intra() loop iterator to zero.

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