Provide better information on what will happen to JPEG2000 content in inputs (part...
[dcpomatic.git] / src / lib / player_video.cc
index 10e798ed510644a86e03d11249d737139268d3b0..1dd64540ac5ec4dc03e622bcdc2652f169df0d66 100644 (file)
@@ -224,6 +224,8 @@ PlayerVideo::has_j2k () const
 {
        /* XXX: maybe other things */
 
+       /* This and DCPContent::processing_description() need to be kept in sync */
+
        shared_ptr<const J2KImageProxy> j2k = dynamic_pointer_cast<const J2KImageProxy> (_in);
        if (!j2k) {
                return false;