]> git.sesse.net Git - ffmpeg/commit
avformat/mov: fix atom type to string conversion
authorZhao Zhili <quinkblack@foxmail.com>
Sat, 11 Jul 2020 16:26:58 +0000 (00:26 +0800)
committerMichael Niedermayer <michael@niedermayer.cc>
Thu, 16 Jul 2020 15:44:53 +0000 (17:44 +0200)
commitaf7b1031e1e670e4a43c3ff4beb9c5931084876b
tree6da0350b7f2215da60cf79520c31f759168d7a2b
parent663f02441540d6aa870c76cf31fc0e2616c27404
avformat/mov: fix atom type to string conversion

The conversion was endian-dependent, and it may contain non-printable
characters.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/mov.c