diff options
Diffstat (limited to 'kernel-headers/vcodec_customization.h')
| -rw-r--r-- | kernel-headers/vcodec_customization.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/kernel-headers/vcodec_customization.h b/kernel-headers/vcodec_customization.h new file mode 100644 index 0000000..b8e22b9 --- /dev/null +++ b/kernel-headers/vcodec_customization.h @@ -0,0 +1,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 */ |
