Re: [FFmpeg-devel] [PATCH] movenc: add m4b to ipod format extensions

2017-10-29 Thread Michael Niedermayer
On Sun, Oct 29, 2017 at 11:35:57AM +0100, Lukas Stabe wrote: > m4b is commonly used as extension for m4a audiobook files. > The format is exactly the same. The only thing that differs > is the extension. > --- > libavformat/movenc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) will app

[FFmpeg-devel] [PATCH] movenc: add m4b to ipod format extensions

2017-10-29 Thread Lukas Stabe
m4b is commonly used as extension for m4a audiobook files. The format is exactly the same. The only thing that differs is the extension. --- libavformat/movenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/movenc.c b/libavformat/movenc.c index a34987a7dc..a920eb