Typo fix.
authorCarl Hetherington <cth@carlh.net>
Fri, 26 Feb 2021 08:53:56 +0000 (09:53 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 26 Feb 2021 08:53:56 +0000 (09:53 +0100)
src/lib/video_decoder.cc

index 215024e29b04d0179a0b8aeea5e7f9d076d1911e..18eb1acc15ff5d1f82ad5bc642ec941c1d233dae 100644 (file)
@@ -115,7 +115,7 @@ VideoDecoder::emit (shared_ptr<const Film> film, shared_ptr<const ImageProxy> im
                        frame = decoder_frame;
                        if (vft == VideoFrameType::THREE_D) {
                                auto j2k = dynamic_pointer_cast<const J2KImageProxy>(image);
-                               /* At the moment only DCP decoders producers VideoFrameType::THREE_D, so only the J2KImagProxy
+                               /* At the moment only DCP decoders producers VideoFrameType::THREE_D, so only the J2KImageProxy
                                 * knows which eye it is.
                                 */
                                if (j2k && j2k->eye()) {