[FFmpeg-cvslog] r25517 - trunk/libavcodec/xan.c

stefano subversion
Mon Oct 18 15:20:00 CEST 2010


Author: stefano
Date: Mon Oct 18 15:19:59 2010
New Revision: 25517

Log:
Remove redundant text in the log.

Modified:
   trunk/libavcodec/xan.c

Modified: trunk/libavcodec/xan.c
==============================================================================
--- trunk/libavcodec/xan.c	Mon Oct 18 15:19:53 2010	(r25516)
+++ trunk/libavcodec/xan.c	Mon Oct 18 15:19:59 2010	(r25517)
@@ -68,7 +68,7 @@ static av_cold int xan_decode_init(AVCod
 
     if ((avctx->codec->id == CODEC_ID_XAN_WC3) &&
         (s->avctx->palctrl == NULL)) {
-        av_log(avctx, AV_LOG_ERROR, " WC3 Xan video: palette expected.\n");
+        av_log(avctx, AV_LOG_ERROR, "palette expected\n");
         return AVERROR(EINVAL);
     }
 
@@ -364,7 +364,7 @@ static int xan_decode_frame(AVCodecConte
     AVPaletteControl *palette_control = avctx->palctrl;
 
     if ((ret = avctx->get_buffer(avctx, &s->current_frame))) {
-        av_log(s->avctx, AV_LOG_ERROR, "  Xan Video: get_buffer() failed\n");
+        av_log(s->avctx, AV_LOG_ERROR, "get_buffer() failed\n");
         return ret;
     }
     s->current_frame.reference = 3;



More information about the ffmpeg-cvslog mailing list