Source code

Revision control

Copy as Markdown

Other Tools

#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 };