[FFmpeg-devel] [PATCH]lavc/proresdec2: Fix slice_count for very high resolutions

Carl Eugen Hoyos cehoyos at ag.or.at
Sun Oct 25 14:22:16 CET 2015


Carl Eugen Hoyos <cehoyos <at> ag.or.at> writes:

> +    slice_count = FFMAX(slice_count,
> +                        ctx->mb_width * ctx->mb_height / 
> mb_height_pow2[log2_slice_mb_width]);

This is not correct, please ignore.

Carl Eugen



More information about the ffmpeg-devel mailing list