[FFmpeg-devel] [PATCH 2/3] vf_idet: fix a crash caused by unreferenced buffers

Derek Buitenhuis derek.buitenhuis at gmail.com
Wed Oct 10 18:15:22 CEST 2012


On 10/10/2012 4:52 AM, Matthieu Bouron wrote:
> -    idet->next = picref;
> +    idet->next = avfilter_ref_buffer(picref, ~0);

I'm not sure, but is it safe to set the permissions to this?

Unfortunately, what pmask corresponds to doesn't seem to actually be documented anywhere...

- Derek


More information about the ffmpeg-devel mailing list