summaryrefslogtreecommitdiffstats
path: root/media/ffvpx/libavcodec/parser_list.c
blob: f16ecd05c54f73624a9f0a3afce1333397dcdd9b (plain)
1
2
3
4
5
6
7
8
9
10
#include "config_components.h"

static const AVCodecParser * const parser_list[] = {
#if CONFIG_VP8_PARSER
    &ff_vp8_parser,
#endif
#if CONFIG_VP9_PARSER
    &ff_vp9_parser,
#endif
    NULL };