Re: [FFmpeg-devel] [PATCH] avformat/mov: Fix endian-dependent parsing

2022-01-21 Thread Martin Storsjö
On Fri, 21 Jan 2022, Andreas Rheinhardt wrote: MOVAtom.type is always read as a little-endian number (despite MOV/ISOBMFF being big-endian). Fixes the matroska-dovi-write-config8 FATE-test on big-endian arches (which runs into the "index out of range" warning message). Signed-off-by: Andreas Rh

[FFmpeg-devel] [PATCH] avformat/mov: Fix endian-dependent parsing

2022-01-21 Thread Andreas Rheinhardt
MOVAtom.type is always read as a little-endian number (despite MOV/ISOBMFF being big-endian). Fixes the matroska-dovi-write-config8 FATE-test on big-endian arches (which runs into the "index out of range" warning message). Signed-off-by: Andreas Rheinhardt --- A few days ago I sent a patch using