diff options
author | James Almer <jamrial@gmail.com> | 2018-12-17 21:56:27 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2019-04-11 15:45:56 -0300 |
commit | 80e9f50f82a7fc633954eca399e2203e5cda2a4d (patch) | |
tree | 7df18c7298ad35b9ed222fa0ff700fe6f269cca0 /configure | |
parent | 3308e3da045e8a01ee08affa33a2d424629ca2e3 (diff) | |
download | ffmpeg-streaming-80e9f50f82a7fc633954eca399e2203e5cda2a4d.zip ffmpeg-streaming-80e9f50f82a7fc633954eca399e2203e5cda2a4d.tar.gz |
avcodec: add an AV1 frame split bitstream filter
This will be needed by the eventual native AV1 decoder.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3076,6 +3076,7 @@ vc1_parser_select="vc1dsp" # bitstream_filters aac_adtstoasc_bsf_select="adts_header" +av1_frame_split_select="cbs_av1" av1_metadata_bsf_select="cbs_av1" eac3_core_bsf_select="ac3_parser" filter_units_bsf_select="cbs" |