diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-24 22:57:36 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-24 22:57:36 +0000 |
| commit | 468887f4c0994a58032f27018b622021131d1e8c (patch) | |
| tree | 956538cd0b096c86f6ed3d0527667d3acb6b1a88 /src/lib/video_decoder.cc | |
| parent | d3d503bc046c1c317951d239e7cdb41e8f695b66 (diff) | |
Missing but inconsequential break.
Diffstat (limited to 'src/lib/video_decoder.cc')
| -rw-r--r-- | src/lib/video_decoder.cc | 1 |
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; } } |
