Add missing newline in shorten decoder.

This commit is contained in:
Carl Eugen Hoyos 2012-04-24 17:23:43 +02:00
parent fd2cd64fc9
commit ae0591f913
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ static int init_offset(ShortenContext *s)
mean = 0;
break;
default:
av_log(s->avctx, AV_LOG_ERROR, "unknown audio type");
av_log(s->avctx, AV_LOG_ERROR, "unknown audio type\n");
return AVERROR_INVALIDDATA;
}