mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
Add const to static arrays where it was forgotten.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
@ -35,7 +35,7 @@
|
||||
#include "libavutil/mathematics.h"
|
||||
#include "drawutils.h"
|
||||
|
||||
static const char *var_names[] = {
|
||||
static const char * const var_names[] = {
|
||||
"in_w", "iw",
|
||||
"in_h", "ih",
|
||||
"out_w", "ow",
|
||||
|
Reference in New Issue
Block a user