From 9b762e2cba1673e56091ed82bbd3589ea1c9c448 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 17 Oct 2012 14:06:35 +0000 Subject: [PATCH] idcinvideo: remove redundant " id CIN Video: " from av_log() Signed-off-by: Paul B Mahol --- libavcodec/idcinvideo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/idcinvideo.c b/libavcodec/idcinvideo.c index f9fe925944..eedc4fc1d1 100644 --- a/libavcodec/idcinvideo.c +++ b/libavcodec/idcinvideo.c @@ -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; }