[FFmpeg-devel] [PATCH 1/4] lavfi: add filter messages infrastructure.
Michael Niedermayer
michaelni at gmx.at
Mon Jul 28 22:12:27 CEST 2014
On Thu, Jul 24, 2014 at 03:39:42PM +0200, Nicolas George wrote:
[...]
> @@ -1162,6 +1205,17 @@ int ff_filter_frame(AVFilterLink *link, AVFrame *frame)
> }
> }
>
> +int ff_filter_link_close(AVFilterLink *link, int64_t pts)
> +{
> + AVFrame frame = { };
Breaks ABI, AVFrame size is depending on libavutil and may be non
constant for a libavfilter build
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
DNS cache poisoning attacks, popular search engine, Google internet authority
dont be evil, please
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140728/ab6cfabe/attachment.asc>
More information about the ffmpeg-devel
mailing list