Skip to content
  • Lukas Stabe's avatar
    avformat: fix id3 chapters · 1fd80106
    Lukas Stabe authored and wm4's avatar wm4 committed
    
    
    These changes store id3 chapter data in ID3v2ExtraMeta and introduce
    ff_id3v2_parse_chapters to parse them into the format context if needed.
    
    Encoders using ff_id3v2_read, which previously parsed chapters into the
    format context automatically, were adjusted to call
    ff_id3v2_parse_chapters.
    
    Signed-off-by: default avatarwm4 <nfxjfg@googlemail.com>
    1fd80106