From cd8a7c838cf0917176bb470de3f1f4fbcae54bab Mon Sep 17 00:00:00 2001 From: "Bandyopadhyay, Saurav" Date: Tue, 16 Jul 2024 01:51:53 +0000 Subject: [PATCH] Hyper Encoding Policy addition (#8694) --- _studio/mfx_lib/shared/include/mfx_common_int.h | 1 + _studio/mfx_lib/shared/src/mfx_common_int.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/_studio/mfx_lib/shared/include/mfx_common_int.h b/_studio/mfx_lib/shared/include/mfx_common_int.h index ec9581bba5..9bb7f6ef2d 100644 --- a/_studio/mfx_lib/shared/include/mfx_common_int.h +++ b/_studio/mfx_lib/shared/include/mfx_common_int.h @@ -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: diff --git a/_studio/mfx_lib/shared/src/mfx_common_int.cpp b/_studio/mfx_lib/shared/src/mfx_common_int.cpp index 326f76511f..43b166b716 100644 --- a/_studio/mfx_lib/shared/src/mfx_common_int.cpp +++ b/_studio/mfx_lib/shared/src/mfx_common_int.cpp @@ -30,7 +30,6 @@ #include - mfxExtBuffer* GetExtendedBuffer(mfxExtBuffer** extBuf, mfxU32 numExtBuf, mfxU32 id) { if (extBuf != 0)