fix line length

This commit is contained in:
Jakub Trllo 2022-11-02 16:43:11 +01:00
parent 560f327de1
commit ebbf827f08

View file

@ -672,7 +672,8 @@ def convert_input_paths_for_ffmpeg(
# (and output)
"--ch", channels_arg,
# WARNING: This is commented out because ffmpeg won't be able to
# render proper output when only one subimage is outputed with oiio
# render proper output when only one subimage is outputed
# with oiiotool
# Use first subimage
# "--subimage", "0"
])