summaryrefslogtreecommitdiff
path: root/doc/APIchanges
blob: 4af96149680879a23f2b34ecd9ad70cf7b697366 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
20090301 - r17682 - lavf 52.31.0 - Generic metadata API
  This version introduces 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