Skip to content

CLI: Return only EXIT_SUCCESS or EXIT_FAILURE from main

All return values from main() in the dav1d CLI tool are either EXIT_SUCCESS or EXIT_FAILURE and not the negative return codes via DAV1D_ERR macro

Fixes #279 (closed)

Edited by Justin Bull

Merge request reports

Loading