[FFmpeg-devel] [PATCH] Make avfilter_default_start_frame() request a buffer with the same size of the output link

Stefano Sabatini stefano.sabatini-lala
Thu Jan 14 00:57:17 CET 2010


Hi, this fixes the rotate filter crash in soc, which was broken in
r20272.

By default avfilter_default_start_frame() requests a frame buffer
which is of the same size of the input link, which in this particular
case is *different* than the size of the output frame buffer.

We didn't noticed this as all the currently implemented filters with
an output size different from the input size were re-defined, so the
default callback was not called.

Regards.
-- 
FFmpeg = Foolish and Fundamental Mind-dumbing Puristic Evanescent Goblin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix-default-start-frame.patch
Type: text/x-diff
Size: 560 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100114/13d2cef0/attachment.patch>



More information about the ffmpeg-devel mailing list