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

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to