Fix comment.
authorCarl Hetherington <cth@carlh.net>
Sat, 13 Jul 2019 23:42:03 +0000 (00:42 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 13 Jul 2019 23:42:03 +0000 (00:42 +0100)
src/lib/ffmpeg_encoder.cc

index 1d112bdb4e20a3320d38fc03cbd34bd4b27da834..e29d37cec96915ed916618e45dad4182b8daf57f 100644 (file)
@@ -203,7 +203,7 @@ FFmpegEncoder::FileEncoderSet::FileEncoderSet (
                _encoders[EYES_LEFT] = shared_ptr<FFmpegFileEncoder>(
                        new FFmpegFileEncoder(video_frame_size, video_frame_rate, audio_frame_rate, channels, format, x264_crf, String::compose("%1_%2%3", output.string(), _("L"), extension))
                        );
-               /// TRANSLATORS: R here is an abbreviation for "left", to indicate the left-eye part of a 3D export
+               /// TRANSLATORS: R here is an abbreviation for "right", to indicate the right-eye part of a 3D export
                _encoders[EYES_RIGHT] = shared_ptr<FFmpegFileEncoder>(
                        new FFmpegFileEncoder(video_frame_size, video_frame_rate, audio_frame_rate, channels, format, x264_crf, String::compose("%1_%2%3", output.string(), _("R"), extension))
                        );