Advertisement
Guest User

Untitled

a guest
Feb 7th, 2018
464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. ./_studio/mfx_lib/shared/src/mfx_brc_common.cpp: In member function ‘mfxStatus MfxHwH265EncodeBRC::ExtBRC::Update(mfxBRCFrameParam*, mfxBRCFrameCtrl*, mfxBRCFrameStatus*)’:
  2. ./_studio/mfx_lib/shared/src/mfx_brc_common.cpp:888:40: error: ‘struct mfxBRCFrameParam’ has no member named ‘SceneChange’
  3. mfxU16 ParSceneChange = frame_par->SceneChange;
  4. ^
  5. ./_studio/mfx_lib/shared/src/mfx_brc_common.cpp:889:39: error: ‘struct mfxBRCFrameParam’ has no member named ‘FrameCmplx’
  6. mfxU32 ParFrameCmplx = frame_par->FrameCmplx;
  7. ^
  8. ./_studio/mfx_lib/shared/src/mfx_brc_common.cpp: In member function ‘mfxStatus MfxHwH265EncodeBRC::ExtBRC::GetFrameCtrl(mfxBRCFrameParam*, mfxBRCFrameCtrl*)’:
  9. ./_studio/mfx_lib/shared/src/mfx_brc_common.cpp:1341:34: error: ‘struct mfxBRCFrameParam’ has no member named ‘SceneChange’
  10. mfxU16 ParSceneChange = par->SceneChange;
  11. ^
  12. ./_studio/mfx_lib/shared/src/mfx_brc_common.cpp:1342:31: error: ‘struct mfxBRCFrameParam’ has no member named ‘LongTerm’
  13. mfxU16 ParLongTerm = par->LongTerm;
  14. ^
  15. ./_studio/mfx_lib/shared/src/mfx_brc_common.cpp:1343:33: error: ‘struct mfxBRCFrameParam’ has no member named ‘FrameCmplx’
  16. mfxU32 ParFrameCmplx = par->FrameCmplx;
  17. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement