On 15/01/13 10:56, Alexandra Khirnova wrote:
> + if (ctx->has_palette) {
> + int i;
> + av_log(avctx, AV_LOG_DEBUG, "palette:");
> + for (i = 0; i < 16; i++)
> + av_log(avctx, AV_LOG_DEBUG, " 0x%06x", ctx->palette[i]);
> + av_log(avctx, AV_LOG_DEBUG, "\n");
> + }

I'd remove this part, the rest looks fine.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to