repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes mobile...
[gecko.git]
/
media
/
ffvpx
/
libavcodec
/
bsf_list.c
blob
4050b41fde4f71a47249d98c846114372bfe1805
1
#include
"config_components.h"
2
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
};