From 74434d3bfe595f848b853d2d1b731aa4af8217fe Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Sun, 16 Sep 2012 02:59:43 +0200 Subject: lavfi/ass: mark ass_libavfilter_log_level_map as static const. --- libavfilter/vf_ass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3