[FFmpeg-cvslog] idcinvideo: remove redundant " id CIN Video: " from av_log()
Paul B Mahol
git at videolan.org
Wed Oct 17 16:09:58 CEST 2012
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Wed Oct 17 14:06:35 2012 +0000| [9b762e2cba1673e56091ed82bbd3589ea1c9c448] | committer: Paul B Mahol
idcinvideo: remove redundant " id CIN Video: " from av_log()
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9b762e2cba1673e56091ed82bbd3589ea1c9c448
---
libavcodec/idcinvideo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/idcinvideo.c b/libavcodec/idcinvideo.c
index f9fe925..eedc4fc 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;
}
More information about the ffmpeg-cvslog
mailing list