You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-04 22:03:09 +02:00
fftools/textformat/avtextformat: Avoid relocations
Reviewed-by: softworkz . <softworkz-at-hotmail.com@ffmpeg.org> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@ -43,8 +43,8 @@
|
|||||||
static const struct {
|
static const struct {
|
||||||
double bin_val;
|
double bin_val;
|
||||||
double dec_val;
|
double dec_val;
|
||||||
const char *bin_str;
|
char bin_str[4];
|
||||||
const char *dec_str;
|
char dec_str[4];
|
||||||
} si_prefixes[] = {
|
} si_prefixes[] = {
|
||||||
{ 1.0, 1.0, "", "" },
|
{ 1.0, 1.0, "", "" },
|
||||||
{ 1.024e3, 1e3, "Ki", "K" },
|
{ 1.024e3, 1e3, "Ki", "K" },
|
||||||
|
Reference in New Issue
Block a user