Add DCP size and length to player.
[dcpomatic.git] / src / lib / video_decoder.cc
index eb5d2e71f8d340b34cf4f8d6e27e51dd4628b1b7..afd4a83eeb12c7219b0049a7b892a4d2b69b10f6 100644 (file)
@@ -59,7 +59,6 @@ VideoDecoder::emit (shared_ptr<const ImageProxy> image, Frame frame)
                return;
        }
 
-       /* Work out what we are going to emit next */
        switch (_content->video->frame_type ()) {
        case VIDEO_FRAME_TYPE_2D:
                Data (ContentVideo (image, frame, EYES_BOTH, PART_WHOLE));