From 0358cca39e4f0b97870a378675438634868ad458 Mon Sep 17 00:00:00 2001 From: Nicolas F Date: Sun, 22 Oct 2017 06:25:13 +0200 Subject: video: fix typo in log message --- player/video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player/video.c b/player/video.c index b6a05a5929..9d69ec291f 100644 --- a/player/video.c +++ b/player/video.c @@ -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) { -- cgit v1.2.3