This commit is contained in:
Asura 2022-09-13 07:08:29 -07:00
commit 72f2abc352
10 changed files with 566 additions and 213 deletions

View file

@ -71,7 +71,7 @@ def make_parser():
parser.add_argument(
'--hwcodec',
action='store_true',
help='Enable feature hwcodec, windows only.'
help='Enable feature hwcodec'
)
return parser