Re: [FFmpeg-devel] [PATCH] avformat/mp3dec: Parse iTunes gapless info

2022-01-28 Thread Anton Khirnov
Quoting Christopher Snowhill (2022-01-28 06:21:07) > Parse the ID3v2 iTunSMPB comment tag containing gapless decoding info, > and also add the expected test results for the implementation. > > Signed-off-by: Christopher Snowhill > --- > Curses, Apple Mail is broken, too. Using git imap-send inste

[FFmpeg-devel] [PATCH] avformat/mp3dec: Parse iTunes gapless info

2022-01-27 Thread Christopher Snowhill
Parse the ID3v2 iTunSMPB comment tag containing gapless decoding info, and also add the expected test results for the implementation. Signed-off-by: Christopher Snowhill --- Curses, Apple Mail is broken, too. Using git imap-send instead. libavformat/mp3dec.c | 86 ++

[FFmpeg-devel] [PATCH] avformat/mp3dec: Parse iTunes gapless info

2022-01-27 Thread Christopher Snowhill
Parse the ID3v2 iTunSMPB comment tag containing gapless decoding info, and also add the expected test results for the implementation. Signed-off-by: Christopher Snowhill --- Curses, Apple Mail is broken, too. Using git imap-send instead. If this doesn't work, I haven't a damn clue how to send ema

[FFmpeg-devel] [PATCH] avformat/mp3dec: Parse iTunes gapless info

2022-01-27 Thread Christopher Snowhill
Parse the ID3v2 iTunSMPB comment tag containing gapless decoding info, and also add the expected test results for the implementation. Signed-off-by: Christopher Snowhill --- Let's see if I can get Apple Mail to do what Canary Mail cannot: Send an .eml without removing all the "extraneous" whites

[FFmpeg-devel] [PATCH] avformat/mp3dec: Parse iTunes gapless info

2022-01-27 Thread Christopher Snowhill
Parse the ID3v2 iTunSMPB comment tag containing gapless decoding info, and also add the expected test results for the implementation. Signed-off-by: Christopher Snowhill --- libavformat/mp3dec.c | 86 ++- tests/fate/gapless.mak | 3 ++ tests/ref/fate/gapless-mp3-itunes |