Commit 4aa39138 authored by Steven Liu's avatar Steven Liu

avcodec/videotoolbox: add logging context to log

Signed-off-by: 's avatarSteven Liu <lq@chinaffmpeg.org>
parent 76ab5ebb
......@@ -617,7 +617,7 @@ static void videotoolbox_decoder_callback(void *opaque,
}
if (!image_buffer) {
av_log(NULL, AV_LOG_DEBUG, "vt decoder cb: output image buffer is null\n");
av_log(avctx, AV_LOG_DEBUG, "vt decoder cb: output image buffer is null\n");
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment