[FFmpeg-devel] [PATCH] avformat: fix id3 chapters
    Paul B Mahol 
    onemda at gmail.com
       
    Thu Oct  5 10:08:53 EEST 2017
    
    
  
On 10/5/17, Lukas Stabe <lukas at stabe.de> wrote:
> 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.
> ---
>  libavformat/aiffdec.c  |   3 +-
>  libavformat/asfdec_f.c |   4 +-
>  libavformat/asfdec_o.c |   4 +-
>  libavformat/dsfdec.c   |   4 +-
>  libavformat/id3v2.c    | 120
> ++++++++++++++++++++++++++++++++++++-------------
>  libavformat/id3v2.h    |  15 +++++--
>  libavformat/iff.c      |   3 +-
>  libavformat/omadec.c   |   5 +++
>  libavformat/utils.c    |   2 +
>  9 files changed, 122 insertions(+), 38 deletions(-)
>
Fix? It wasn't broken at all.
    
    
More information about the ffmpeg-devel
mailing list