termux-packages/x11-packages/qt5-qtwebengine/ffmpeg-headers/Chrome/linux-noasm/ia32/libavcodec/parser_list.c

12 lines
257 B
C

static const AVCodecParser * const parser_list[] = {
&ff_aac_parser,
&ff_flac_parser,
&ff_h264_parser,
&ff_mpegaudio_parser,
&ff_opus_parser,
&ff_vorbis_parser,
&ff_vp3_parser,
&ff_vp8_parser,
&ff_vp9_parser,
NULL };