Re: [FFmpeg-devel] [PATCH] avformat/id3v2enc: write CTOC too

2019-06-06 Thread Paul B Mahol
On 6/6/19, Michael Niedermayer wrote: > On Thu, Jun 06, 2019 at 09:08:48AM +0200, Paul B Mahol wrote: >> On 6/5/19, Michael Niedermayer wrote: >> > On Tue, Jun 04, 2019 at 04:45:38PM +0200, Paul B Mahol wrote: >> >> Signed-off-by: Paul B Mahol >> >> --- >> >> libavformat/id3v2enc.c | 36

Re: [FFmpeg-devel] [PATCH] avformat/id3v2enc: write CTOC too

2019-06-06 Thread Michael Niedermayer
On Thu, Jun 06, 2019 at 09:08:48AM +0200, Paul B Mahol wrote: > On 6/5/19, Michael Niedermayer wrote: > > On Tue, Jun 04, 2019 at 04:45:38PM +0200, Paul B Mahol wrote: > >> Signed-off-by: Paul B Mahol > >> --- > >> libavformat/id3v2enc.c | 36 > >> 1 file

Re: [FFmpeg-devel] [PATCH] avformat/id3v2enc: write CTOC too

2019-06-06 Thread Paul B Mahol
On 6/5/19, Michael Niedermayer wrote: > On Tue, Jun 04, 2019 at 04:45:38PM +0200, Paul B Mahol wrote: >> Signed-off-by: Paul B Mahol >> --- >> libavformat/id3v2enc.c | 36 >> 1 file changed, 36 insertions(+) > > if this is written in a fate test then it will

Re: [FFmpeg-devel] [PATCH] avformat/id3v2enc: write CTOC too

2019-06-05 Thread Michael Niedermayer
On Tue, Jun 04, 2019 at 04:45:38PM +0200, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavformat/id3v2enc.c | 36 > 1 file changed, 36 insertions(+) if this is written in a fate test then it will need an update (this patch as it is ATM does

Re: [FFmpeg-devel] [PATCH] avformat/id3v2enc: write CTOC too

2019-06-04 Thread Paul B Mahol
On 6/4/19, James Almer wrote: > On 6/4/2019 11:45 AM, Paul B Mahol wrote: >> Signed-off-by: Paul B Mahol >> --- >> libavformat/id3v2enc.c | 36 >> 1 file changed, 36 insertions(+) >> >> diff --git a/libavformat/id3v2enc.c b/libavformat/id3v2enc.c >> index

Re: [FFmpeg-devel] [PATCH] avformat/id3v2enc: write CTOC too

2019-06-04 Thread James Almer
On 6/4/2019 11:45 AM, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavformat/id3v2enc.c | 36 > 1 file changed, 36 insertions(+) > > diff --git a/libavformat/id3v2enc.c b/libavformat/id3v2enc.c > index ffe358f019..9b72614447 100644 > ---

[FFmpeg-devel] [PATCH] avformat/id3v2enc: write CTOC too

2019-06-04 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavformat/id3v2enc.c | 36 1 file changed, 36 insertions(+) diff --git a/libavformat/id3v2enc.c b/libavformat/id3v2enc.c index ffe358f019..9b72614447 100644 --- a/libavformat/id3v2enc.c +++ b/libavformat/id3v2enc.c @@ -255,6