summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2018-05-29 19:01:09 -0400
committerBradley Sepos <[email protected]>2018-05-29 19:01:09 -0400
commit2f0eed63cf3c68bb501ed8c074efc81768629883 (patch)
tree8eb9757d147b6d643f16db6b8cb9e4598c581fc7
parent5daa5b6a70a234af45652fab7ddd95da6315a83b (diff)
cli: Update help to list FFmpeg yadif.
-rw-r--r--test/test.c2
1 files changed, 1 insertions, 1 deletions
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);