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

static const FFBitStreamFilter * const bitstream_filters[] = {
#if CONFIG_VP9_SUPERFRAME_SPLIT_BSF
    &ff_vp9_superframe_split_bsf,
#endif
#if CONFIG_AV1_VAAPI_HWACCEL
    &ff_av1_frame_split_bsf,
#endif
    &ff_null_bsf,
    NULL };