summaryrefslogtreecommitdiffstats
path: root/media/ffvpx/libavcodec/parser_list.c
blob: b60c60bce994e5e5cb4e4c15c595d8d6f17368d1 (plain)
1
2
3
4
5
6
7
8
static const AVCodecParser * const parser_list[] = {
#if CONFIG_VP8_PARSER
    &ff_vp8_parser,
#endif
#if CONFIG_VP9_PARSER
    &ff_vp9_parser,
#endif
    NULL };