X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Flibopenh264enc.c;h=24bc228ad92db760ef140760b5e7b11d23721d72;hb=38797a8033d061ade58b30b8ac86da222fe42a84;hp=6850568ef6ffa73dddd12ed4a1512ee5ae69922d;hpb=9d48aa6d7df6fa50a8a2c30f5c1774af8a083db0;p=ffmpeg diff --git a/libavcodec/libopenh264enc.c b/libavcodec/libopenh264enc.c index 6850568ef6f..24bc228ad92 100644 --- a/libavcodec/libopenh264enc.c +++ b/libavcodec/libopenh264enc.c @@ -85,7 +85,7 @@ static int libopenh264_to_ffmpeg_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 ffmpeg log level is // less than or equal to the current ffmpeg log level.