1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-29 05:57:37 +02:00

avformat/mccdec: Avoid relocations

Reviewed-by: Jacob Lifshay <programmerjake@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2025-09-19 20:40:50 +02:00
parent e965fe9057
commit f65875c082

View File

@@ -155,7 +155,7 @@ static int time_tracker_set_time(TimeTracker *tt, const MCCTimecode *tc, void *l
struct ValidTimeCodeRate {
AVRational rate;
const char *str;
char str[5];
};
static struct ValidTimeCodeRate valid_time_code_rates[] = {