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