0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

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

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) {