[FFmpeg-cvslog] r22717 - trunk/libavcodec/tta.c
jai_menon
subversion
Mon Mar 29 14:53:36 CEST 2010
Author: jai_menon
Date: Mon Mar 29 14:53:35 2010
New Revision: 22717
Log:
Cosmetics : add a space after ",".
Modified:
trunk/libavcodec/tta.c
Modified: trunk/libavcodec/tta.c
==============================================================================
--- trunk/libavcodec/tta.c Mon Mar 29 04:50:41 2010 (r22716)
+++ trunk/libavcodec/tta.c Mon Mar 29 14:53:35 2010 (r22717)
@@ -303,7 +303,7 @@ static int tta_decode_frame(AVCodecConte
int32_t *p;
if (*data_size < (framelen * s->channels * 2)) {
- av_log(avctx, AV_LOG_ERROR,"Output buffer size is too small.\n");
+ av_log(avctx, AV_LOG_ERROR, "Output buffer size is too small.\n");
return -1;
}
// FIXME: seeking
More information about the ffmpeg-cvslog
mailing list