git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
avformat/network: add union for avoiding strict aliassing violations with sockaddr*
[ffmpeg.git]
/
libavfilter
/
f_perms.c
diff --git
a/libavfilter/f_perms.c
b/libavfilter/f_perms.c
index
2c53e8c
..
188ce91
100644
(file)
--- a/
libavfilter/f_perms.c
+++ b/
libavfilter/f_perms.c
@@
-72,7
+72,7
@@
static av_cold int init(AVFilterContext *ctx)
}
enum perm { RO, RW };
-static const char *perm_str[2] = { "RO", "RW" };
+static const char *
const
perm_str[2] = { "RO", "RW" };
static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
{