Skip to content

Commit

Permalink
Hyper Encoding Policy addition (#8694)
Browse files Browse the repository at this point in the history
  • Loading branch information
sauravbandyopadhyay authored and gfxVPLsdm committed Jul 16, 2024
1 parent 6bd806f commit cd8a7c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions _studio/mfx_lib/shared/include/mfx_common_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ mfxStatus PackMfxFrameRate(mfxU32 nom, mfxU32 denom, mfxU32& packed); // fit u32
mfxExtBuffer* GetExtendedBuffer(mfxExtBuffer** extBuf, mfxU32 numExtBuf, mfxU32 id);
mfxExtBuffer* GetExtendedBufferInternal(mfxExtBuffer** extBuf, mfxU32 numExtBuf, mfxU32 id);


class ExtendedBuffer
{
public:
Expand Down
1 change: 0 additions & 1 deletion _studio/mfx_lib/shared/src/mfx_common_int.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include <algorithm>



mfxExtBuffer* GetExtendedBuffer(mfxExtBuffer** extBuf, mfxU32 numExtBuf, mfxU32 id)
{
if (extBuf != 0)
Expand Down

0 comments on commit cd8a7c8

Please sign in to comment.