From 566666caf3a09d6254edaa99d222eddb6fe2986b Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 1 May 2011 14:47:05 +0200 Subject: lavfi: add libavfilter/avcodec.h and avfilter_copy_frame_props() avfilter_copy_frame_props() avoids code duplication and increases robustness. The added files libavfilter/avcodec.[ch] are used for containing utilities useful for gluing togheter libavfilter and libavcodec. --- doc/APIchanges | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/APIchanges b/doc/APIchanges index e46ee48e36..1f5e8aad39 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2011-04-18 API changes, most recent first: +2011-05-07 - xxxxxxx - lavfi 2.5.0 - avcodec.h + Add libavfilter/avcodec.h header and avfilter_copy_frame_props() + function. + 2011-05-07 - xxxxxxx - lavc 53.5.0 - AVFrame Add format field to AVFrame. -- cgit v1.2.3