Merge pull request #1131 from luzpaz/typos-followup

Fix typos cont.
This commit is contained in:
itsmattkc
2020-04-16 12:21:45 +10:00
committed by GitHub
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ void FFmpegEncoder::WriteAudio(AudioRenderingParams pcm_info, const QString &pcm
// If we're encoding video, use enough samples to cover roughly one frame of video
maximum_frame_samples = params().audio_params().time_to_samples(params().video_params().time_base());
} else {
// If no video, just use an arbitary number
// If no video, just use an arbitrary number
maximum_frame_samples = 256;
}
}