No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes mobile...
[gecko.git] / media / ffvpx / libavcodec / bsf_list.c
blob4050b41fde4f71a47249d98c846114372bfe1805
1 #include "config_components.h"
3 static const FFBitStreamFilter * const bitstream_filters[] = {
4 #if CONFIG_VP9_SUPERFRAME_SPLIT_BSF
5 &ff_vp9_superframe_split_bsf,
6 #endif
7 #if CONFIG_AV1_VAAPI_HWACCEL
8 &ff_av1_frame_split_bsf,
9 #endif
10 &ff_null_bsf,
11 NULL };