Review: 3d-luts continue processing when nan is encountered


Jeremy Selan <jeremy...@...>
 

https://github.com/imageworks/OpenColorIO/pull/190

Previously, the software implementation of Lut3DOp would stop processing the
scanline when a nan was encountered (due to a bad if/else condition).

Thanks to Peter Hillman for discovering this and tracking the issue down.

-- Jeremy