Re: [FFmpeg-devel] [PATCH] avformat/mov: parse multiple iTunes cover images

2018-03-31 Thread Michael Niedermayer
On Thu, Mar 29, 2018 at 03:59:33PM +0300, Timo Teräs wrote: > Multiple cover images are supported by having multiple data atoms > inside the covr atom. AtomicParsley and mutagen amongst others > support and document this construct. > > Signed-off-by: Timo Teräs > --- > libavformat/mov.c | 4

[FFmpeg-devel] [PATCH] avformat/mov: parse multiple iTunes cover images

2018-03-29 Thread Timo Teräs
Multiple cover images are supported by having multiple data atoms inside the covr atom. AtomicParsley and mutagen amongst others support and document this construct. Signed-off-by: Timo Teräs --- libavformat/mov.c | 4 1 file changed, 4 insertions(+) diff --git a/libavformat/mov.c b/libavf