[FFmpeg-cvslog] Add missing newline in shorten decoder.
Carl Eugen Hoyos
git at videolan.org
Tue Apr 24 17:24:11 CEST 2012
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Tue Apr 24 17:23:43 2012 +0200| [ae0591f9132faf9a283f7b07540c19c2158bd293] | committer: Carl Eugen Hoyos
Add missing newline in shorten decoder.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ae0591f9132faf9a283f7b07540c19c2158bd293
---
libavcodec/shorten.c | 2 +-
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;
}
More information about the ffmpeg-cvslog
mailing list