summaryrefslogtreecommitdiffstats
path: root/video/filter/vf.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf.c')
-rw-r--r--video/filter/vf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/filter/vf.c b/video/filter/vf.c
index 7a55f72cc5..0dd9b1f0b1 100644
--- a/video/filter/vf.c
+++ b/video/filter/vf.c
@@ -655,7 +655,7 @@ int vf_reconfig(struct vf_chain *c, const struct mp_image_params *params,
c->initialized = r < 0 ? -1 : 1;
int loglevel = r < 0 ? MSGL_WARN : MSGL_V;
if (r == -2)
- MP_ERR(c, "Image formats incompatible.\n");
+ MP_ERR(c, "Image formats incompatible or invalid.\n");
mp_msg(c->log, loglevel, "Video filter chain:\n");
vf_print_filter_chain(c, loglevel, failing);
if (r < 0) {