You've already forked FFmpeg
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:
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user