Bug 1879774 [wpt PR 44524] - WebKit export: Implement field-sizing support for input...
[gecko.git] / media / ffvpx / libavcodec / parser_list.c
blobf16ecd05c54f73624a9f0a3afce1333397dcdd9b
1 #include "config_components.h"
3 static const AVCodecParser * const parser_list[] = {
4 #if CONFIG_VP8_PARSER
5 &ff_vp8_parser,
6 #endif
7 #if CONFIG_VP9_PARSER
8 &ff_vp9_parser,
9 #endif
10 NULL };