[FFmpeg-devel] [PATCH v3] avformat/framecrcenc: Make side-data checksums endian-independent

Anton Khirnov anton at khirnov.net
Sun Dec 13 12:46:18 EET 2020


IMO checksumming side data contents is a bad idea and should not be done
at all. It's supposed to be an in-memory representation, which is
inherently platform-dependent - besides endianness there are potential
issues with padding or type sizes. If we want to test side data, we
should use some other mechanism for it (e.g. ffprobe).

-- 
Anton Khirnov


More information about the ffmpeg-devel mailing list