1 static const AVCodecParser * const parser_list[] = {
2 #if CONFIG_VP8_PARSER
3     &ff_vp8_parser,
4 #endif
5 #if CONFIG_VP9_PARSER
6     &ff_vp9_parser,
7 #endif
8     NULL };
9