Fix comment.
[dcpomatic.git] / src / lib / video_decoder.cc
index 8f711e367292fcedf0151e8978eb0ea8e6c09f2e..8a8a457476e2cacd5056189366bed0c888ffbaf1 100644 (file)
@@ -59,7 +59,7 @@ VideoDecoder::emit (shared_ptr<const ImageProxy> image, Frame frame)
                return;
        }
 
-       /* Work out what we are going to push into _decoded next */
+       /* Work out what we are going to emit next */
        switch (_content->video->frame_type ()) {
        case VIDEO_FRAME_TYPE_2D:
                Data (ContentVideo (image, VideoFrame (frame, EYES_BOTH), PART_WHOLE));