ao_lavc: Add a missing newline for the log.

This commit is contained in:
Rudolf Polzer 2014-07-16 15:07:42 +02:00
parent 2a985716cd
commit e257cbfdbb
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}