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