Round image line sizes up to 32. Seems to help with LHS image corruption with both...
[dcpomatic.git] / src / lib / tiff_decoder.cc
index 116c65f7ba073c555445fe23672489ccc35b9953..101e0c047ee69cd575827fa8e856e71d33a86086 100644 (file)
@@ -179,7 +179,7 @@ TIFFDecoder::do_pass ()
        _TIFFfree (raster);
        TIFFClose (t);
 
-       process_video (image.frame (), shared_ptr<Subtitle> ());
+       process_video (image.frame ());
 
        ++_iter;
        return false;