1
0
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:
Andreas Rheinhardt
2025-06-01 03:33:00 +02:00
parent 0742239289
commit b4c5397642

View File

@ -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" },