diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2009-03-01 18:20:26 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2009-03-01 18:20:26 +0000 |
commit | 38ce707e0273e975aa9be02b8992bbe7a5e258d8 (patch) | |
tree | 58f1641433afa8118e9cbea34914e8038862eedc /doc/APIchanges | |
parent | e0e86c522893cd80c7d827819930e94fdfa62dfa (diff) | |
download | ffmpeg-38ce707e0273e975aa9be02b8992bbe7a5e258d8.tar.gz |
add an API changelog with a first entry for the new metadata API
Originally committed as revision 17697 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges new file mode 100644 index 0000000000..07e680a04d --- /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 |