Commit 74434d3b authored by Clément Bœsch's avatar Clément Bœsch

lavfi/ass: mark ass_libavfilter_log_level_map as static const.

parent ca81e3b6
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment