[FFmpeg-devel] [PATCH]Fix invalid memory accesses using the fade filter

Carl Eugen Hoyos cehoyos at ag.or.at
Thu Feb 26 17:12:57 CET 2015


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

> -    s->bpp = av_get_bits_per_pixel(pixdesc) >> 3;
> +    s->bpp = pixdesc->flags & AV_PIX_FMT_FLAG_PLANAR ?
> +             1 :
> +             av_get_bits_per_pixel(pixdesc) >> 3;

This was merged by Michael.

Thank you for the reviews, Carl Eugen



More information about the ffmpeg-devel mailing list