This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 26a7fc2ac4f492a4ef0096550788c4b6293754a1 Author: Andreas Rheinhardt <[email protected]> AuthorDate: Mon Dec 22 13:31:48 2025 +0100 Commit: Andreas Rheinhardt <[email protected]> CommitDate: Tue Dec 23 11:02:04 2025 +0100 avfilter/vf_waveform: Avoid relocations Reviewed-by: Kacper Michajłow <[email protected]> Signed-off-by: Andreas Rheinhardt <[email protected]> --- libavfilter/vf_waveform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/vf_waveform.c b/libavfilter/vf_waveform.c index 199b5f9eb5..3c1cfcdc20 100644 --- a/libavfilter/vf_waveform.c +++ b/libavfilter/vf_waveform.c @@ -77,7 +77,7 @@ enum GraticuleType { }; typedef struct GraticuleLine { - const char *name; + char name[6]; uint16_t pos; } GraticuleLine; _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
