blob: b8e22b9a70a0e8b0cc99eba8546344a8dd9b4cdb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#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 */
|