vcodec_customization.h 499 B

12345678910111213141516171819
  1. #ifndef VCODEC_CUSTOMIZATION_H
  2. #define VCODEC_CUSTOMIZATION_H
  3. #include "vcodec_if_v2.h"
  4. extern VCODEC_DEC_API_T *GetH264DecoderAPI(void);
  5. /* VCODEC_DEC_API_T *GetRMDecoderAPI(void); //RV8,RV9,RV10 */
  6. /* VCODEC_DEC_API_T *GetMPEG4DecoderAPI(void); */
  7. /* VCODEC_DEC_API_T *GetMPEG4VTDecoderAPI(void); */
  8. /* VCODEC_DEC_API_T *GetVP8DecoderAPI(void); */
  9. /* VCODEC_ENC_API_T *GetMPEG4EncoderAPI(void); */
  10. /* VCODEC_ENC_API_T *GetMPEG4SWVTEncoderAPI(void); */
  11. #endif /* VCODEC_CUSTOMIZATION_H */