Files
2018-03-13 20:29:02 +01:00

19 lines
474 B
C

#ifndef VCODEC_CUSTOMIZATION_H
#define VCODEC_CUSTOMIZATION_H
#include "vcodec_if_v2.h"
extern VCODEC_DEC_API_T *GetH264DecoderAPI(void);
//VCODEC_DEC_API_T *GetRMDecoderAPI(void); //RV8,RV9,RV10
//VCODEC_DEC_API_T *GetMPEG4DecoderAPI(void);
//VCODEC_DEC_API_T *GetMPEG4VTDecoderAPI(void);
//VCODEC_DEC_API_T *GetVP8DecoderAPI(void);
//VCODEC_ENC_API_T *GetMPEG4EncoderAPI(void);
//VCODEC_ENC_API_T *GetMPEG4SWVTEncoderAPI(void);
#endif /* VCODEC_CUSTOMIZATION_H */