Sync SDL3 wiki -> header

[ci skip]
This commit is contained in:
SDL Wiki Bot 2025-02-20 20:17:22 +00:00
parent 9267930fea
commit 52ee0c1058
1 changed files with 2 additions and 1 deletions

View File

@ -120,7 +120,8 @@ typedef enum SDL_FlipMode
* format with a pitch of 32 would consist of 32x32 bytes of Y plane followed * format with a pitch of 32 would consist of 32x32 bytes of Y plane followed
* by 32x16 bytes of UV plane. * by 32x16 bytes of UV plane.
* *
* When a surface holds MJPG format data, pixels points at the compressed JPEG image and pitch is the length of that data. * When a surface holds MJPG format data, pixels points at the compressed JPEG
* image and pitch is the length of that data.
* *
* \since This struct is available since SDL 3.2.0. * \since This struct is available since SDL 3.2.0.
* *