Logging improvements to allow prettier displays in the server GUI.
[dcpomatic.git] / src / lib / player_video.cc
index 38374fae3552e03c99cca1bd51253cabe82ff2ee..3e361e45de48dc001f5e2e860a694e3b642a5758 100644 (file)
@@ -24,6 +24,7 @@
 #include "film.h"
 #include "raw_convert.h"
 #include <libxml++/libxml++.h>
+#include <iostream>
 
 using std::string;
 using std::cout;
@@ -175,7 +176,7 @@ PlayerVideo::has_j2k () const
                return false;
        }
 
-       return _crop == Crop () && _inter_size == j2k->size() && !_subtitle && !_fade;
+       return _crop == Crop () && _inter_size == j2k->size() && !_subtitle && !_fade && !_colour_conversion;
 }
 
 Data