• L
    avformat: fix id3 chapters · 1fd80106
    Lukas Stabe 提交于
    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: Nwm4 <nfxjfg@googlemail.com>
    1fd80106
utils.c 192.4 KB