summaryrefslogtreecommitdiff
path: root/libavcodec/tta.c
diff options
context:
space:
mode:
authorJai Menon <jmenon86@gmail.com>2010-03-29 12:53:35 +0000
committerJai Menon <jmenon86@gmail.com>2010-03-29 12:53:35 +0000
commita0d5f3d39a41ec159afded6b16bbeb9fc3e60935 (patch)
tree5cd24aef04ded1e67ef8759129994148cb522fa4 /libavcodec/tta.c
parentb23cf13c67e1a2b20a015e080ff9fc742c7b2b25 (diff)
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.c2
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