diff options
author | James Almer <jamrial@gmail.com> | 2018-07-14 11:59:59 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2018-10-03 20:48:49 -0300 |
commit | ebc3d04b8df4e11b1343090fed1014832d5cf46d (patch) | |
tree | 8939b101e97977192ccb6d07a1c37f533c28f22f /configure | |
parent | af2acbd23f8553b4030974dc9161b877f8e17340 (diff) | |
download | ffmpeg-ebc3d04b8df4e11b1343090fed1014832d5cf46d.tar.gz |
avcodec: add an AV1 parser
Simple parser to set keyframes, frame type, structure, width, height, and pixel
format, plus stream profile and level.
Reviewed-by: Mark Thompson <sw@jkqxz.net>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3020,6 +3020,7 @@ wmv3_crystalhd_decoder_select="crystalhd" # parsers aac_parser_select="adts_header" +av1_parser_select="cbs_av1" h264_parser_select="golomb h264dsp h264parse" hevc_parser_select="hevcparse" mpegaudio_parser_select="mpegaudioheader" |