Hi, av_log_level from libavutil/log.c is only used in that file. It is not declared in libavutil/log.h. It's meant to be used with the av_log_get_level() and av_log_set_level() functions. Should it be made static in log.c, or declared in libavutil/log.h so users can access it directly? Ramiro Polla