1 #ifndef VIDDEC_H264_PARSE_H
2 #define VIDDEC_H264_PARSE_H
3 
4 void viddec_h264_get_ops(viddec_parser_ops_t *ops);
5 
6 #endif
7