Remove "fixup is ignored" warning when fixup wasn't passed by user

Closes #151
pull/154/head
pukkandan 3 years ago
parent 2be71994c0
commit 99594a11ce
No known key found for this signature in database
GPG Key ID: 0F00D95A001F4698

@ -1154,7 +1154,7 @@ def parseOpts(overrideArguments=None):
help='Write metadata to the video file\'s xattrs (using dublin core and xdg standards)')
postproc.add_option(
'--fixup',
metavar='POLICY', dest='fixup', default='detect_or_warn',
metavar='POLICY', dest='fixup', default=None,
help=(
'Automatically correct known faults of the file. '
'One of never (do nothing), warn (only emit a warning), '

Loading…
Cancel
Save