Fix comment.
authorCarl Hetherington <cth@carlh.net>
Tue, 21 Feb 2017 23:28:49 +0000 (23:28 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 19 Apr 2017 22:04:32 +0000 (23:04 +0100)
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));