28 lines
620 B
C
28 lines
620 B
C
/*############################################################################
|
|
# Copyright Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
############################################################################*/
|
|
|
|
#ifndef __MFX_H__
|
|
#define __MFX_H__
|
|
|
|
#include "mfxdefs.h"
|
|
#include "mfxcommon.h"
|
|
#include "mfxstructures.h"
|
|
#include "mfxdispatcher.h"
|
|
#include "mfximplcaps.h"
|
|
#include "mfxsession.h"
|
|
#include "mfxvideo.h"
|
|
#include "mfxadapter.h"
|
|
|
|
#include "mfxbrc.h"
|
|
#include "mfxmvc.h"
|
|
#include "mfxpcp.h"
|
|
#include "mfxvp8.h"
|
|
#include "mfxjpeg.h"
|
|
|
|
#include "mfxsurfacepool.h"
|
|
|
|
#endif /* __MFXDEFS_H__ */
|