Commit 13ef5119 authored by jai_menon's avatar jai_menon

Cosmetics : add a space after ",".



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22717 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0ecc2870
...@@ -303,7 +303,7 @@ static int tta_decode_frame(AVCodecContext *avctx, ...@@ -303,7 +303,7 @@ static int tta_decode_frame(AVCodecContext *avctx,
int32_t *p; int32_t *p;
if (*data_size < (framelen * s->channels * 2)) { 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; return -1;
} }
// FIXME: seeking // FIXME: seeking
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment