Fix typos cont.

This commit is contained in:
luz.paz
2020-03-21 13:46:38 -04:00
parent e6b484a523
commit 4e1cd870a9
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ void FFmpegEncoder::WriteAudio(const AudioRenderingParams &pcm_info, const QStri
// 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;
}
}