Commit 9d54d59b authored by Jan Brouwer's avatar Jan Brouwer
Browse files

fix compile error when compiler flag CONTROL_METADATA_REVERB is undefined

parent b89ccf3c
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2727,7 +2727,9 @@ ivas_error RenderConfigReader_read(
                        else
                        {
                            errorHandler( pValue, ERROR_VALUE_INVALID );
#ifdef CONTROL_METADATA_REVERB
                            return IVAS_ERR_INVALID_RENDER_CONFIG;
#endif
                        }
                    }
                    else