ffprobe: fix printing of unit values which cannot be contained in an int
Use long long int to contain such values instead of an int, which is required to contain at least 64 bits, so it is guaranteed to contain also int64_t values, which are used by some fields. In particular, should fix trac ticket #921.
Showing
Please
register
or
sign in
to comment