From: Carl Hetherington Date: Sun, 24 Jan 2016 22:57:36 +0000 (+0000) Subject: Missing but inconsequential break. X-Git-Tag: v2.6.17~13^2 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=468887f4c0994a58032f27018b622021131d1e8c;hp=d3d503bc046c1c317951d239e7cdb41e8f695b66 Missing but inconsequential break. --- 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 image, Frame frame) break; case VIDEO_FRAME_TYPE_3D_RIGHT: fill_one_eye (from.get(), to.get (), EYES_RIGHT); + break; } }