1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

Signal MSS1 palette change.

Reviewed-by: Paul B Mahol
This commit is contained in:
Carl Eugen Hoyos 2012-06-26 09:30:27 +02:00
parent 3b0ad040b3
commit c77bcbbb32

View File

@ -557,7 +557,7 @@ static int decode_pal(MSS1Context *ctx, ArithCoder *acoder)
*pal++ = (0xFF << 24) | (r << 16) | (g << 8) | b;
}
return 0;
return 1;
}
static int decode_pivot(MSS1Context *ctx, ArithCoder *acoder, int base)