mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-23 18:45:36 +00:00
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:
parent
e1274571d3
commit
ee140c3a20
@ -72,5 +72,6 @@ struct OrbisVideodec2AvcPictureInfo {
|
||||
u8 constraint_set4_flag;
|
||||
u8 constraint_set5_flag;
|
||||
};
|
||||
static_assert(sizeof(OrbisVideodec2AvcPictureInfo) == 0x78);
|
||||
|
||||
} // namespace Libraries::Vdec2
|
Loading…
Reference in New Issue
Block a user