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

ffprobe: avoid potentially lossy long long int -> double cast in value_string()

Previously the cast long long int -> double was always performed (and
then the double was converted back to long long int) even when it was
avoidable.
parent e3329474
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