encode: add a missing \n to a log call

This commit is contained in:
wm4 2014-04-10 23:58:12 +02:00
parent fb06e30b7b
commit 856d2c2491
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ static void uninit(struct ao *ao)
pthread_mutex_lock(&ectx->lock);
if (!encode_lavc_start(ectx)) {
MP_WARN(ao, "not even ready to encode audio at end -> dropped");
MP_WARN(ao, "not even ready to encode audio at end -> dropped\n");
pthread_mutex_unlock(&ectx->lock);
return;
}