mirror of https://github.com/FFmpeg/FFmpeg.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
609 B
18 lines
609 B
16 years ago
|
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
|