[FFmpeg-cvslog] r17697 - trunk/doc/APIchanges
aurel
subversion
Sun Mar 1 19:20:26 CET 2009
Author: aurel
Date: Sun Mar 1 19:20:26 2009
New Revision: 17697
Log:
add an API changelog with a first entry for the new metadata API
Added:
trunk/doc/APIchanges
Added: trunk/doc/APIchanges
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/doc/APIchanges Sun Mar 1 19:20:26 2009 (r17697)
@@ -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
More information about the ffmpeg-cvslog
mailing list