summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas F <ovdev@fratti.ch>2017-10-22 06:25:13 +0200
committerJames Ross-Gowan <rossy@jrg.systems>2017-10-22 16:51:09 +1100
commit0358cca39e4f0b97870a378675438634868ad458 (patch)
tree42d5d5f11cf47a985a9b076f012b387ce8eb1a81
parentf8aeda0da911851942efa22ac574f1196b4d96f0 (diff)
downloadmpv-0358cca39e4f0b97870a378675438634868ad458.tar.bz2
mpv-0358cca39e4f0b97870a378675438634868ad458.tar.xz
video: fix typo in log message
-rw-r--r--player/video.c2
1 files changed, 1 insertions, 1 deletions
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) {