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
+2 -2
View File
@@ -445,7 +445,7 @@ bool FFmpegDecoder::Probe(Footage *f, const QAtomicInt* cancelled)
// Result to return
bool result = false;
// Convert QString to a C strng
// Convert QString to a C string
QByteArray ba = f->filename().toUtf8();
const char* filename = ba.constData();
@@ -737,7 +737,7 @@ void FFmpegDecoder::UnconditionalAudioIndex(const QAtomicInt* cancelled)
} else {
// No resampling required, we can write directly from te frame buffer
// No resampling required, we can write directly from the frame buffer
data = reinterpret_cast<char*>(frame->data[0]);
nb_samples = frame->nb_samples;