mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-21 07:30:13 +00:00
Correct spelling mistakes found with Codespell
This commit is contained in:
committed by
Cameron Gutman
parent
e287ebcded
commit
ea06ec0133
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user