summaryrefslogtreecommitdiff
path: root/libavfilter/vf_ass.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_ass.c')
-rw-r--r--libavfilter/vf_ass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_ass.c b/libavfilter/vf_ass.c
index e6a35ba31a..6b206317e6 100644
--- a/libavfilter/vf_ass.c
+++ b/libavfilter/vf_ass.c
@@ -61,7 +61,7 @@ static const AVOption ass_options[] = {
AVFILTER_DEFINE_CLASS(ass);
/* libass supports a log level ranging from 0 to 7 */
-int ass_libavfilter_log_level_map[] = {
+static const int ass_libavfilter_log_level_map[] = {
AV_LOG_QUIET, /* 0 */
AV_LOG_PANIC, /* 1 */
AV_LOG_FATAL, /* 2 */