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
611B

  1. 20090301 - r17682 - lavf 52.31.0 - Generic metadata API
  2. This version introduces 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. includes 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