video: fix typo in log message

This commit is contained in:
Nicolas F 2017-10-22 06:25:13 +02:00 committed by James Ross-Gowan
parent f8aeda0da9
commit 0358cca39e
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ static int video_filter(struct MPContext *mpctx, bool eof)
vf->initialized = 0;
mp_image_unrefp(&vo_c->input_mpi);
vo_c->input_format = (struct mp_image_params){0};
MP_VERBOSE(mpctx, "hwdec falback due to filters.\n");
MP_VERBOSE(mpctx, "hwdec fallback due to filters.\n");
return VD_PROGRESS; // try again
}
if (vf->initialized < 1) {