diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-02-26 09:53:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-02-26 09:53:56 +0100 |
| commit | 2e13b6693de34174da11271485ffed59a6d66cae (patch) | |
| tree | 6fc358146f708f8946e3bdc5a6594364ada9fb07 /src/lib/video_decoder.cc | |
| parent | ea63ad9560757e56505551db3bf2e1c31be5c76c (diff) | |
Typo fix.
Diffstat (limited to 'src/lib/video_decoder.cc')
| -rw-r--r-- | src/lib/video_decoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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<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()) { |
