Commit 67c90d26 authored by Michael Niedermayer's avatar Michael Niedermayer

mmvideo: remove unused variable

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent bf521d5a
......@@ -85,8 +85,8 @@ static int mm_decode_pal(MmContext *s)
*/
static int mm_decode_intra(MmContext * s, int half_horiz, int half_vert)
{
int i, x, y;
i=0; x=0; y=0;
int x, y;
x=0; y=0;
while (bytestream2_get_bytes_left(&s->gb) > 0) {
int run_length, color;
......
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