diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-04-24 17:23:43 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-04-24 17:23:43 +0200 |
commit | ae0591f9132faf9a283f7b07540c19c2158bd293 (patch) | |
tree | db9dd26db861b098ed918f5e69876b6a876cb490 | |
parent | fd2cd64fc9c29b5bcce2a0a332fa8d65134343ab (diff) | |
download | ffmpeg-ae0591f9132faf9a283f7b07540c19c2158bd293.tar.gz |
Add missing newline in shorten decoder.
-rw-r--r-- | libavcodec/shorten.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/shorten.c b/libavcodec/shorten.c index efebcf0270..ece651d159 100644 --- a/libavcodec/shorten.c +++ b/libavcodec/shorten.c @@ -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; } |