Re: [FFmpeg-devel] [PATCH] avformat: fix id3 chapters

2017-10-05 Thread Carl Eugen Hoyos
2017-10-05 17:13 GMT+02:00 wm4 : > Pushed, with commit message adjusted to 72 columns limit. You forgot to add the ticket number. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH] avformat: fix id3 chapters

2017-10-05 Thread wm4
On Thu, 5 Oct 2017 03:34:19 +0200 Lukas Stabe 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 >

Re: [FFmpeg-devel] [PATCH] avformat: fix id3 chapters

2017-10-05 Thread Lukas Stabe
> On 5. Oct 2017, at 10:51, wm4 wrote: > > On Thu, 5 Oct 2017 03:34:19 +0200 > Lukas Stabe wrote: > >> These changes store id3 chapter data in ID3v2ExtraMeta and introduce >> ff_id3v2_parse_chapters to parse them into the format context if needed. >>

Re: [FFmpeg-devel] [PATCH] avformat: fix id3 chapters

2017-10-05 Thread wm4
On Thu, 5 Oct 2017 03:34:19 +0200 Lukas Stabe 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 >

Re: [FFmpeg-devel] [PATCH] avformat: fix id3 chapters

2017-10-05 Thread Lukas Stabe
> On 5. Oct 2017, at 09:08, Paul B Mahol wrote: > > On 10/5/17, Lukas Stabe 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

Re: [FFmpeg-devel] [PATCH] avformat: fix id3 chapters

2017-10-05 Thread Paul B Mahol
On 10/5/17, Lukas Stabe 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