Re: [FFmpeg-devel] [PATCH] avformat: parse iTunes gapless information

2017-01-28 Thread Michael Niedermayer
On Sat, Jan 28, 2017 at 04:09:20PM -0800, Christopher Snowhill wrote: > Disregard those two, they were mistaken transcodes. These two are supposed to > be gapless, however. Same signal, just not transcoded and downsampled first. where should they be uploaded to ? also is there a corresponding pat

Re: [FFmpeg-devel] [PATCH] avformat: parse iTunes gapless information

2017-01-27 Thread wm4
On Thu, 26 Jan 2017 16:47:12 -0800 Christopher Snowhill wrote: > Signed-off-by: Christopher Snowhill > --- > libavformat/mp3dec.c | 77 > +++- > 1 file changed, 76 insertions(+), 1 deletion(-) > > diff --git a/libavformat/mp3dec.c b/libavformat/

[FFmpeg-devel] [PATCH] avformat: parse iTunes gapless information

2017-01-26 Thread Christopher Snowhill
Signed-off-by: Christopher Snowhill --- libavformat/mp3dec.c | 77 +++- 1 file changed, 76 insertions(+), 1 deletion(-) diff --git a/libavformat/mp3dec.c b/libavformat/mp3dec.c index 099ca57..b895e37 100644 --- a/libavformat/mp3dec.c +++ b/libavfor