OSDN Git Service

Add missing newline in shorten decoder.
authorCarl Eugen Hoyos <cehoyos@ag.or.at>
Tue, 24 Apr 2012 15:23:43 +0000 (17:23 +0200)
committerCarl Eugen Hoyos <cehoyos@ag.or.at>
Tue, 24 Apr 2012 15:23:43 +0000 (17:23 +0200)
libavcodec/shorten.c

index efebcf0..ece651d 100644 (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;
     }