diff --git a/libavcodec/tta.c b/libavcodec/tta.c index 61ac28777c717d32ca97301b404ff879b7d954e8..77f9978c090bf0296e9f1d6ffe76d9bfd3ea7041 100644 --- a/libavcodec/tta.c +++ b/libavcodec/tta.c @@ -303,7 +303,7 @@ static int tta_decode_frame(AVCodecContext *avctx, 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