Skip to content

Commit

Permalink
OneVPL v2.7.1 (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
tletnes authored Mar 29, 2022
1 parent 682835b commit 2fce48e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions source/elements/oneVPL/include/vpl/mfx.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

#include "mfxsurfacepool.h"


#ifdef ONEVPL_EXPERIMENTAL
#include "mfxencodestats.h"
#endif
Expand Down
2 changes: 1 addition & 1 deletion source/elements/oneVPL/include/vpl/mfxencodestats.h
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ typedef struct mfxEncodeStatsContainer {
MFX_ERR_ABORTED If the specified asynchronous function aborted due to data dependency on a previous asynchronous function that did not complete. \n
MFX_ERR_UNKNOWN Any internal error.
*/
mfxStatus (MFX_CDECL *SynchronizeBitstream)(mfxRefInterface* interface, mfxU32 wait);
mfxStatus (MFX_CDECL *SynchronizeBitstream)(mfxRefInterface* ref_interface, mfxU32 wait);
mfxHDL reserved[4];
mfxU32 reserved1[2];
mfxU32 DisplayOrder; /*< To which frame number statistics belong. */
Expand Down

0 comments on commit 2fce48e

Please sign in to comment.