summaryrefslogtreecommitdiffstats
path: root/TOOLS/vf_dlopen/ildetect.c
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/vf_dlopen/ildetect.c')
-rw-r--r--TOOLS/vf_dlopen/ildetect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/vf_dlopen/ildetect.c b/TOOLS/vf_dlopen/ildetect.c
index 1ac1c08946..ef4e45f013 100644
--- a/TOOLS/vf_dlopen/ildetect.c
+++ b/TOOLS/vf_dlopen/ildetect.c
@@ -284,7 +284,7 @@ int vf_dlopen_getcontext(struct vf_dlopen_context *ctx, int argc, const char **a
il->tc_decision_threshold = A(10, 0.2);
static struct vf_dlopen_formatpair map[] = {
- { "y8", "y8" },
+ { "gray", "gray" },
{ NULL, NULL }
};
ctx->format_mapping = map;