Browse Source

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

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n1.1
Paul B Mahol 13 years ago
parent
commit
9b762e2cba
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/idcinvideo.c

+ 1
- 1
libavcodec/idcinvideo.c View File

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



Loading…
Cancel
Save