From e257cbfdbb9fabaa118ef826f9bf37caa27e9fd5 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Wed, 16 Jul 2014 15:07:42 +0200 Subject: ao_lavc: Add a missing newline for the log. --- audio/out/ao_lavc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/out/ao_lavc.c b/audio/out/ao_lavc.c index 126010583d..bdd3cdac57 100644 --- a/audio/out/ao_lavc.c +++ b/audio/out/ao_lavc.c @@ -71,7 +71,7 @@ static void select_format(struct ao *ao, AVCodec *codec) { int fmt = af_from_avformat(*sampleformat); if (!fmt) { - MP_WARN(ao, "unsupported lavc format %s", + MP_WARN(ao, "unsupported lavc format %s\n", av_get_sample_fmt_name(*sampleformat)); continue; } -- cgit v1.2.3