| 12345678910111213141516171819 |
- #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 */
|