]> git.sesse.net Git - ffmpeg/blob - doc/APIchanges
Integer-only decoding of AC-3 is not supported.
[ffmpeg] / doc / APIchanges
1 20090301 - r17682 - lavf 52.31.0 - Generic metadata API
2   This version introduce a new metadata API (see av_metadata_get() and friends).
3   The old API is now deprecated and shouldn't be used anymore. This especially
4   include the following structure fields:
5     - AVFormatContext.title
6     - AVFormatContext.author
7     - AVFormatContext.copyright
8     - AVFormatContext.comment
9     - AVFormatContext.album
10     - AVFormatContext.year
11     - AVFormatContext.track
12     - AVFormatContext.genre
13     - AVStream.language
14     - AVStream.filename
15     - AVProgram.provider_name
16     - AVProgram.name
17     - AVChapter.title