From a7d91423cd44cf8e4748390802241c8a511d4065 Mon Sep 17 00:00:00 2001 From: aurel Date: Sun, 1 Mar 2009 18:20:26 +0000 Subject: [PATCH] add an API changelog with a first entry for the new metadata API git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17697 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- doc/APIchanges | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/APIchanges diff --git a/doc/APIchanges b/doc/APIchanges new file mode 100644 index 000000000..07e680a04 --- /dev/null +++ b/doc/APIchanges @@ -0,0 +1,17 @@ +20090301 - r17682 - lavf 52.31.0 - Generic metadata API + This version introduce a new metadata API (see av_metadata_get() and friends). + The old API is now deprecated and shouldn't be used anymore. This especially + include the following structure fields: + - AVFormatContext.title + - AVFormatContext.author + - AVFormatContext.copyright + - AVFormatContext.comment + - AVFormatContext.album + - AVFormatContext.year + - AVFormatContext.track + - AVFormatContext.genre + - AVStream.language + - AVStream.filename + - AVProgram.provider_name + - AVProgram.name + - AVChapter.title -- 2.39.2