Mercurial > libavcodec.hg
changeset 11549:12416eb1ba88 libavcodec
Cosmetics : add a space after ",".
author | jai_menon |
---|---|
date | Mon, 29 Mar 2010 12:53:35 +0000 |
parents | e023a196a73e |
children | ee30fc612763 |
files | tta.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tta.c Mon Mar 29 02:50:41 2010 +0000 +++ b/tta.c Mon Mar 29 12:53:35 2010 +0000 @@ -303,7 +303,7 @@ 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