From f93fe7764ba054b92d33333f604cfc87767669a0 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 15 Jan 2011 11:13:04 +0000 Subject: [PATCH] Add APIchanges entry for the av_metadata_copy() addition. Originally committed as revision 26361 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/APIchanges b/doc/APIchanges index ff8c347027..63cb0ddcb5 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2011-01-14 - r26330 - lavf 52.93.0 - av_metadata_copy() + Add av_metadata_copy() in avformat.h. + 2011-01-07 - r26262 - lavc 52.107.0 - deprecate reordered_opaque Deprecate reordered_opaque in favor of pkt_pts/dts.