Commit a7d91423 authored by aurel's avatar aurel

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
parent ed1ecb01
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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment