Skip to content

CLI: Return only EXIT_SUCCESS or EXIT_FAILURE from main

Justin Bull requested to merge f3ndot/dav1d:postive-error-values into master

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