[FFmpeg-cvslog] lavfi/overlay: switch to filter_frame API
Nicolas George
nicolas.george at normalesup.org
Tue Jan 8 13:47:54 CET 2013
Le septidi 17 nivôse, an CCXXI, Michael Niedermayer a écrit :
> i suspect this commit or something else recently caused
> CID966655 Use after free
>
> I did not investigate if this is a real bug or false positive
I believe it is a false positive, unless a filter returns AVERROR(EAGAIN)
from its filter_frame method, which it is not supposed to do. Maybe adding
av_assert1(ret != AVERROR(EAGAIN)) near the end of ff_filter_frame_framed(),
after the call to the method, would silence it.
Regards,
--
Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-cvslog/attachments/20130108/26dd4d22/attachment.asc>
More information about the ffmpeg-cvslog
mailing list