Skip to content
Snippets Groups Projects
Commit bdf3d3bf authored by Stefano Sabatini's avatar Stefano Sabatini
Browse files

ffmpeg: use parse_number_and_die() when it makes sense


Prefer parse_number_or_die() over atoi()/atol() parsing for the options:
-pass, -top, -vc, and -qscale.

Improve input validation.

Signed-off-by: default avatarStefano Sabatini <stefano.sabatini-lala@poste.it>
parent 584c2f1d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment