diff options
author | Jai Menon <jmenon86@gmail.com> | 2010-03-29 12:53:35 +0000 |
---|---|---|
committer | Jai Menon <jmenon86@gmail.com> | 2010-03-29 12:53:35 +0000 |
commit | a0d5f3d39a41ec159afded6b16bbeb9fc3e60935 (patch) | |
tree | 5cd24aef04ded1e67ef8759129994148cb522fa4 /libavcodec/tta.c | |
parent | b23cf13c67e1a2b20a015e080ff9fc742c7b2b25 (diff) | |
download | ffmpeg-a0d5f3d39a41ec159afded6b16bbeb9fc3e60935.tar.gz |
Cosmetics : add a space after ",".
Originally committed as revision 22717 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/tta.c')
-rw-r--r-- | libavcodec/tta.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/tta.c b/libavcodec/tta.c index 61ac28777c..77f9978c09 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 |