diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-07-14 00:42:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-07-14 00:42:03 +0100 |
| commit | 2fc2c321a45f9cfb1d1e09989f346ee6d44c0fa4 (patch) | |
| tree | 2fdf8e453be44489806ff98010a5c4e4514aa4fc /src | |
| parent | ee44896df5f87999a8569389567d314f777ecab7 (diff) | |
Fix comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/ffmpeg_encoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_encoder.cc b/src/lib/ffmpeg_encoder.cc index 1d112bdb4..e29d37cec 100644 --- a/src/lib/ffmpeg_encoder.cc +++ b/src/lib/ffmpeg_encoder.cc @@ -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)) ); |
