diff --git a/libavcodec/c93.c b/libavcodec/c93.c index e8071ac69b..b820f5a9da 100644 --- a/libavcodec/c93.c +++ b/libavcodec/c93.c @@ -233,6 +233,7 @@ static int decode_frame(AVCodecContext *avctx, void *data, for (i = 0; i < 256; i++) { palette[i] = bytestream2_get_be24(&gb); } + newpic->palette_has_changed = 1; } else { if (oldpic->data[1]) memcpy(newpic->data[1], oldpic->data[1], 256 * 4);