summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-24 22:57:36 +0000
committerCarl Hetherington <cth@carlh.net>2016-01-24 22:57:36 +0000
commit468887f4c0994a58032f27018b622021131d1e8c (patch)
tree956538cd0b096c86f6ed3d0527667d3acb6b1a88 /src
parentd3d503bc046c1c317951d239e7cdb41e8f695b66 (diff)
Missing but inconsequential break.
Diffstat (limited to 'src')
-rw-r--r--src/lib/video_decoder.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/video_decoder.cc b/src/lib/video_decoder.cc
index 1f2452460..5d08615a6 100644
--- a/src/lib/video_decoder.cc
+++ b/src/lib/video_decoder.cc
@@ -314,6 +314,7 @@ VideoDecoder::video (shared_ptr<const ImageProxy> image, Frame frame)
break;
case VIDEO_FRAME_TYPE_3D_RIGHT:
fill_one_eye (from.get(), to.get (), EYES_RIGHT);
+ break;
}
}