Skip to content

dav1d: Only return 0/1 from md5_verify

Martin Storsjö requested to merge mstorsjo/dav1d:verify-return-code into master

This makes the process exit codes more sensible when failing verification; when there's a mismatch, memcmp returns the difference between the two first differing bytes, which can fall outside of the range of normal exit codes, into the range of exit codes used when terminated by a signal.

Merge request reports