From 8412288821bdf9808bf11fec061068baf310b67f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 21 Feb 2017 23:28:49 +0000 Subject: Fix comment. --- src/lib/video_decoder.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/video_decoder.cc b/src/lib/video_decoder.cc index 8f711e367..8a8a45747 100644 --- a/src/lib/video_decoder.cc +++ b/src/lib/video_decoder.cc @@ -59,7 +59,7 @@ VideoDecoder::emit (shared_ptr 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)); -- cgit v1.2.3