Static assert for AvcPictureInfo struct

All the other Videodec2 structs have static asserts, might as well use one here too.
This commit is contained in:
Stephen Miller 2025-06-10 11:14:35 -05:00
parent e1274571d3
commit ee140c3a20

View File

@ -72,5 +72,6 @@ struct OrbisVideodec2AvcPictureInfo {
u8 constraint_set4_flag;
u8 constraint_set5_flag;
};
static_assert(sizeof(OrbisVideodec2AvcPictureInfo) == 0x78);
} // namespace Libraries::Vdec2