~ubuntu-branches/ubuntu/lucid/ffmpeg/lucid-security

« back to all changes in this revision

Viewing changes to doc/APIchanges

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-03-13 09:18:28 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090313091828-n4ktby5eca487uhv
Tags: 3:0.svn20090303-1ubuntu1+unstripped1
merge from ubuntu.jaunty branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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