Skip to content

Commit

Permalink
cli: Update help to list FFmpeg yadif.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleysepos committed May 29, 2018
1 parent 5daa5b6 commit 2f0eed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2f0eed6

Please sign in to comment.