Update client/ayon_core/lib/transcoding.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
timsergeeff 2025-10-10 21:55:18 +03:00 committed by GitHub
parent 7ef330c3f4
commit 2541f8909e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1189,8 +1189,6 @@ def oiio_color_convert(
# - go through a reference space
ocio_display_args = (target_display, target_view)
else:
color_convert_args = None
ocio_display_args = None
logger.debug(
"Source and target display/view pairs are identical."
" No color conversion needed."