Make avfilter_default_start_frame() request a buffer with the same
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 16 Jan 2010 10:10:14 +0000 (10:10 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sat, 16 Jan 2010 10:10:14 +0000 (10:10 +0000)
commitb5eab66e9fe6c93056e414b0b4a70a34948843e1
tree1d8b0dd3fcfd9f6c1dea7eb711b1459b50a29711
parentddd60f28d8f4baaf70a21f44c07b6ceac00cea05
Make avfilter_default_start_frame() request a buffer with the same
size of the output link of the destination filter, rather than of the
size of the input link.
In particular this fixes a crash in the rotate filter.

Originally committed as revision 21238 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavfilter/defaults.c