diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-21 10:53:17 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-21 11:52:45 +0100 |
commit | c8b11b28d1eb8dfa34c727c5da9b266124196799 (patch) | |
tree | 1e02be450af853eaf30dbd51a2ac5fe9af5467bd /libavutil/integer.h | |
parent | 137c808f1aaf2b5641b0e7319f35bd9dd7866e6f (diff) | |
download | ffmpeg-c8b11b28d1eb8dfa34c727c5da9b266124196799.tar.gz |
avformat/mov: Fix endian-dependent parsing
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).
Reviewed-by: Martin Storsjö <martin@martin.st>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavutil/integer.h')
0 files changed, 0 insertions, 0 deletions