mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-03 14:32:16 +02:00
avcodec/libopenh264enc: remove useless cast
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
e8c45b96f4
commit
ec5b13fbe4
@ -122,7 +122,7 @@ static void libopenh264_trace_callback (
|
||||
// log level "level" is greater than the current libopenh264 log level.
|
||||
int equiv_ffmpeg_log_level = libopenh264_to_ffmpeg_log_level(level);
|
||||
if ( equiv_ffmpeg_log_level <= av_log_get_level() )
|
||||
av_log((AVCodecContext *) ctx, equiv_ffmpeg_log_level, "%s\n", msg);
|
||||
av_log(ctx, equiv_ffmpeg_log_level, "%s\n", msg);
|
||||
}
|
||||
|
||||
static av_cold int svc_encode_close(AVCodecContext *avctx)
|
||||
|
Loading…
x
Reference in New Issue
Block a user