summaryrefslogtreecommitdiff
path: root/src/lib/video_decoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-02-21 23:28:49 +0000
committerCarl Hetherington <cth@carlh.net>2017-04-19 23:04:32 +0100
commit8412288821bdf9808bf11fec061068baf310b67f (patch)
treeec5f9fee5f53ce628679bd7b90aca3e29d69a659 /src/lib/video_decoder.cc
parent89aa9d4ba69e471949f791cdafe4ae20cea554d2 (diff)
Fix comment.
Diffstat (limited to 'src/lib/video_decoder.cc')
-rw-r--r--src/lib/video_decoder.cc2
1 files changed, 1 insertions, 1 deletions
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<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));