@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user