Commit 9b762e2c authored by Paul B Mahol's avatar Paul B Mahol

idcinvideo: remove redundant " id CIN Video: " from av_log()

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 775d41b6
......@@ -225,7 +225,7 @@ static int idcin_decode_frame(AVCodecContext *avctx,
avctx->release_buffer(avctx, &s->frame);
if (avctx->get_buffer(avctx, &s->frame)) {
av_log(avctx, AV_LOG_ERROR, " id CIN Video: get_buffer() failed\n");
av_log(avctx, AV_LOG_ERROR, "get_buffer() failed\n");
return -1;
}
......
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