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
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