fix: struct ordering broken in 188f1e2959 (#4802)

This commit is contained in:
David Lane
2026-03-02 08:38:23 -05:00
committed by GitHub
parent d157bb1d1e
commit 5f8dab0988
8 changed files with 25 additions and 32 deletions

View File

@@ -398,8 +398,8 @@ namespace va {
egl::sws_t sws;
egl::nv12_t nv12;
int height;
int width;
int height;
};
class va_ram_t: public va_t {