mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
lavfi/ass: mark ass_libavfilter_log_level_map as static const.
This commit is contained in:
parent
ca81e3b6e7
commit
74434d3bfe
@ -61,7 +61,7 @@ static const AVOption ass_options[] = {
|
|||||||
AVFILTER_DEFINE_CLASS(ass);
|
AVFILTER_DEFINE_CLASS(ass);
|
||||||
|
|
||||||
/* libass supports a log level ranging from 0 to 7 */
|
/* 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_QUIET, /* 0 */
|
||||||
AV_LOG_PANIC, /* 1 */
|
AV_LOG_PANIC, /* 1 */
|
||||||
AV_LOG_FATAL, /* 2 */
|
AV_LOG_FATAL, /* 2 */
|
||||||
|
Loading…
Reference in New Issue
Block a user