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

Matthieu Bouron matthieu.bouron at gmail.com
Wed Oct 10 20:57:42 CEST 2012


On Wed, Oct 10, 2012 at 12:15:22PM -0400, Derek Buitenhuis wrote:
> 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...
> 

I used this bitmask since it was already used in the vf_idet code.
For now, i can't tell if it is safe or not.

Matthieu

[...]


More information about the ffmpeg-devel mailing list