From 2f0eed63cf3c68bb501ed8c074efc81768629883 Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Tue, 29 May 2018 19:01:09 -0400 Subject: [PATCH] cli: Update help to list FFmpeg yadif. --- test/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.c b/test/test.c index 4aacb0870..1e5ad2e47 100644 --- a/test/test.c +++ b/test/test.c @@ -1666,7 +1666,7 @@ static void ShowHelp() fprintf( out, " --no-comb-detect Disable preset comb-detect filter\n" " -d, --deinterlace[=string]\n" -" Deinterlace video using libav yadif.\n"); +" Deinterlace video using FFmpeg yadif.\n"); showFilterPresets(out, HB_FILTER_DEINTERLACE); showFilterKeys(out, HB_FILTER_DEINTERLACE); showFilterDefault(out, HB_FILTER_DEINTERLACE); -- 2.40.0