From 2e13b6693de34174da11271485ffed59a6d66cae Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 26 Feb 2021 09:53:56 +0100 Subject: Typo fix. --- src/lib/video_decoder.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/video_decoder.cc') diff --git a/src/lib/video_decoder.cc b/src/lib/video_decoder.cc index 215024e29..18eb1acc1 100644 --- a/src/lib/video_decoder.cc +++ b/src/lib/video_decoder.cc @@ -115,7 +115,7 @@ VideoDecoder::emit (shared_ptr film, shared_ptr im frame = decoder_frame; if (vft == VideoFrameType::THREE_D) { auto j2k = dynamic_pointer_cast(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()) { -- cgit v1.2.3