require kwargs

This commit is contained in:
Jakub Trllo 2025-12-15 14:09:27 +01:00
parent 5ca04b0d6e
commit a2387d1856

View file

@ -136,6 +136,7 @@ def get_transcode_temp_directory():
def get_oiio_info_for_input(
filepath: str,
*,
subimages: bool = False,
verbose: bool = True,
logger: logging.Logger = None,