diff options
| -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; } } |
