Skip to content

Commit 2fce48e

Browse files
author
Thaddeus Letnes
authored
OneVPL v2.7.1 (#414)
1 parent 682835b commit 2fce48e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

source/elements/oneVPL/include/vpl/mfx.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
#include "mfxsurfacepool.h"
2626

27+
2728
#ifdef ONEVPL_EXPERIMENTAL
2829
#include "mfxencodestats.h"
2930
#endif

source/elements/oneVPL/include/vpl/mfxencodestats.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ typedef struct mfxEncodeStatsContainer {
421421
MFX_ERR_ABORTED If the specified asynchronous function aborted due to data dependency on a previous asynchronous function that did not complete. \n
422422
MFX_ERR_UNKNOWN Any internal error.
423423
*/
424-
mfxStatus (MFX_CDECL *SynchronizeBitstream)(mfxRefInterface* interface, mfxU32 wait);
424+
mfxStatus (MFX_CDECL *SynchronizeBitstream)(mfxRefInterface* ref_interface, mfxU32 wait);
425425
mfxHDL reserved[4];
426426
mfxU32 reserved1[2];
427427
mfxU32 DisplayOrder; /*< To which frame number statistics belong. */

0 commit comments

Comments
 (0)