Skip to content

Commit

Permalink
mfxBitstream: aligned static_asserts with spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonchar authored and gfxVPLsdm committed Dec 24, 2024
1 parent ed6ac53 commit 654ea21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _studio/shared/src/mfx_static_assert_structs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@
MSDK_STATIC_ASSERT_STRUCT_OFFSET(mfxBitstream ,EncryptedData ,0 )
MSDK_STATIC_ASSERT_STRUCT_OFFSET(mfxBitstream ,ExtParam ,8 )
MSDK_STATIC_ASSERT_STRUCT_OFFSET(mfxBitstream ,NumExtParam ,16 )
MSDK_STATIC_ASSERT_STRUCT_OFFSET(mfxBitstream ,CodecId ,20 )
MSDK_STATIC_ASSERT_STRUCT_OFFSET(mfxBitstream ,DecodeTimeStamp ,24 )
MSDK_STATIC_ASSERT_STRUCT_OFFSET(mfxBitstream ,TimeStamp ,32 )
MSDK_STATIC_ASSERT_STRUCT_OFFSET(mfxBitstream ,Data ,40 )
Expand Down

0 comments on commit 654ea21

Please sign in to comment.