From 8dead2aaca4aa8b84b77b05745755afb56b7d37a Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 22 Mar 2016 15:33:28 +0100 Subject: Move const qualifier before type name --- libavcodec/libopenh264enc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/libopenh264enc.c') diff --git a/libavcodec/libopenh264enc.c b/libavcodec/libopenh264enc.c index 747beef96b..daab41fac9 100644 --- a/libavcodec/libopenh264enc.c +++ b/libavcodec/libopenh264enc.c @@ -85,7 +85,7 @@ static int libopenh264_to_libav_log_level(int libopenh264_log_level) // // typedef void (*WelsTraceCallback) (void* ctx, int level, const char* string); -static void libopenh264_trace_callback(void *ctx, int level, char const *msg) +static void libopenh264_trace_callback(void *ctx, int level, const char *msg) { // The message will be logged only if the requested EQUIVALENT libav log level is // less than or equal to the current libav log level. -- cgit v1.2.3