summaryrefslogtreecommitdiff
path: root/libavfilter/vf_ass.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-09-16 02:59:43 +0200
committerClément Bœsch <ubitux@gmail.com>2012-09-16 02:59:43 +0200
commit74434d3bfe595f848b853d2d1b731aa4af8217fe (patch)
tree5b0054f3002954a1fe8d7edf433f8c24e4006507 /libavfilter/vf_ass.c
parentca81e3b6e779d2e15c7e2ef28d150346833bd803 (diff)
lavfi/ass: mark ass_libavfilter_log_level_map as static const.
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 */