added try/catch to processor retrieve

This commit is contained in:
itsmattkc
2019-03-17 11:23:30 +11:00
parent 535df4814c
commit eef306ff1e
2 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -375,7 +375,7 @@ GLuint compose_sequence(ComposeSequenceParams &params) {
#ifndef NO_OCIO
// convert to linear colorspace
if (olive::CurrentConfig.enable_color_management)
if (olive::CurrentConfig.enable_color_management && params.ocio_shader != nullptr)
{
params.ocio_shader->bind();