Correct spelling mistakes found with Codespell

This commit is contained in:
Casey Korver 2023-07-09 08:24:53 -05:00 committed by Cameron Gutman
commit ea06ec0133
11 changed files with 14 additions and 14 deletions

View file

@ -742,7 +742,7 @@ bool DrmRenderer::mapSoftwareFrame(AVFrame *frame, AVDRMFrameDescriptor *mappedF
else {
// UV/VU planes are 2x2 subsampled.
//
// NB: The pitch is the same between Y and UV/VU, becasuse the 2x subsampling
// NB: The pitch is the same between Y and UV/VU, because the 2x subsampling
// is cancelled out by the 2x plane size of UV/VU vs U/V alone.
planeHeight = frame->height / 2;
}