summaryrefslogtreecommitdiffstats
path: root/libavcodec/shorten.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2012-04-24 17:23:43 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2012-04-24 17:23:43 +0200
commitae0591f9132faf9a283f7b07540c19c2158bd293 (patch)
treedb9dd26db861b098ed918f5e69876b6a876cb490 /libavcodec/shorten.c
parentfd2cd64fc9c29b5bcce2a0a332fa8d65134343ab (diff)
downloadffmpeg-streaming-ae0591f9132faf9a283f7b07540c19c2158bd293.zip
ffmpeg-streaming-ae0591f9132faf9a283f7b07540c19c2158bd293.tar.gz
Add missing newline in shorten decoder.
Diffstat (limited to 'libavcodec/shorten.c')
-rw-r--r--libavcodec/shorten.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/shorten.c b/libavcodec/shorten.c
index efebcf0..ece651d 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;
}
OpenPOWER on IntegriCloud