avcodec/videotoolbox: add logging context to log

Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
pull/323/head
Steven Liu 6 years ago
parent 76ab5ebbee
commit 4aa391388a
  1. 2
      libavcodec/videotoolbox.c

@ -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;
}

Loading…
Cancel
Save