Skip to content
Snippets Groups Projects
Commit a0d5f3d3 authored by Jai Menon's avatar Jai Menon
Browse files

Cosmetics : add a space after ",".

Originally committed as revision 22717 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b23cf13c
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment