File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
source/elements/oneVPL/include/vpl Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2424
2525#include "mfxsurfacepool.h"
2626
27+
2728#ifdef ONEVPL_EXPERIMENTAL
2829#include "mfxencodestats.h"
2930#endif
Original file line number Diff line number Diff 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. */
You can’t perform that action at this time.
0 commit comments