mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
The len parameter was changed from unsigned int to size_t in 567c67c6c8cb9be083f56198bfa979e4bda84c99. This fixes crashes in the reference C code, when running checkasm on aarch64. Signed-off-by: Martin Storsjö <martin@martin.st>