mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
ffprobe: fix scaling of vali in value_string() in case -prefix is selected
Fix trac ticket #3523.
This commit is contained in:
parent
bf411fffd4
commit
1ba59b1cbe
1 changed files with 1 additions and 0 deletions
|
|
@ -246,6 +246,7 @@ static char *value_string(char *buf, int buf_size, struct unit_value uv)
|
|||
vald /= pow(10, index * 3);
|
||||
prefix_string = decimal_unit_prefixes[index];
|
||||
}
|
||||
vali = vald;
|
||||
}
|
||||
|
||||
if (show_float || (use_value_prefix && vald != (long long int)vald))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue