Spelling and typo fixes. Thanks Gelma for the pull request

This commit is contained in:
Jonathan Thomas
2018-01-06 02:22:05 -06:00
parent ff0577393c
commit 566c8f5a82
9 changed files with 9 additions and 9 deletions

View File

@@ -483,7 +483,7 @@ std::shared_ptr<Frame> FrameMapper::GetFrame(int64_t requested_frame)
// converter isn't input limited.
const int EXTRA_INPUT_SAMPLES = 20;
// Extend end sample count by an addtional EXTRA_INPUT_SAMPLES samples
// Extend end sample count by an additional EXTRA_INPUT_SAMPLES samples
copy_samples.sample_end += EXTRA_INPUT_SAMPLES;
int samples_per_end_frame =
Frame::GetSamplesPerFrame(copy_samples.frame_end, original,