aboutsummaryrefslogtreecommitdiff
path: root/include/linux/vcodec/vcodec_customization.h
blob: e76007c307f5c0938df3dbb128eb7d46448dc988 (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 */