xref: /rockchip-linux_mpp/mpp/codec/inc/h263d_api.h (revision 437bfbeb9567cca9cd9080e3f6954aa9d6a94f18)
1 #ifndef __H263D_API_H__
2 #define __H263D_API_H__
3 
4 #include "parser_api.h"
5 
6 #ifdef  __cplusplus
7 extern "C" {
8 #endif
9 
10 extern const ParserApi api_h263d_parser;
11 
12 #ifdef  __cplusplus
13 }
14 #endif
15 
16 #endif
17 
18