From 1eee4d779954974cd413be5e46f1ed877836ef31 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Wed, 14 May 2014 13:49:16 -0700 Subject: TOOLS/vf_dlopen: use new pixelformats, fix usage for newstyle args --- TOOLS/vf_dlopen/showqscale.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TOOLS/vf_dlopen/showqscale.c') diff --git a/TOOLS/vf_dlopen/showqscale.c b/TOOLS/vf_dlopen/showqscale.c index df1f65d51e..071971eeec 100644 --- a/TOOLS/vf_dlopen/showqscale.c +++ b/TOOLS/vf_dlopen/showqscale.c @@ -29,7 +29,7 @@ /* * qscale visualizer * - * usage: -vf dlopen=./showqscale.so + * usage: --vf=dlopen=/path/to/showqscale.so * * uses reddish colors for high QPs, and greenish colors for low QPs */ @@ -111,7 +111,7 @@ int vf_dlopen_getcontext(struct vf_dlopen_context *ctx, int argc, const char **a (void) argc; (void) argv; static struct vf_dlopen_formatpair map[] = { - { "yv12", "yv12" }, + { "yuv420p", "yuv420p" }, { NULL, NULL } }; ctx->format_mapping = map; -- cgit v1.2.3