summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorNuo Mi <nuomi2021@gmail.com>2023-03-21 16:01:16 +0100
committerJames Almer <jamrial@gmail.com>2023-06-29 14:12:50 -0300
commitb5aefb6e70f7a19adbab3dd41633666ba95e1997 (patch)
tree7e0b3d37f45919da903d23eebaea61bed3417e25 /configure
parentdfc62fd1c6da6429bbd0eb3cbb6f3804e8fcb8ae (diff)
avcodec: add bitstream parser for H266/VVC
Add nal parser ff_vvc_parser to parse vvc elementary bitstreams. Co-authored-by: Thomas Siedel <thomas.ff@spin-digital.com> Co-authored-by: James Almer <jamrial@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index b2665a0fbd..10d12770d6 100755
--- a/configure
+++ b/configure
@@ -3333,6 +3333,7 @@ hevc_parser_select="hevcparse hevc_sei"
mpegaudio_parser_select="mpegaudioheader"
mpeg4video_parser_select="h263dsp mpegvideodec qpeldsp"
vc1_parser_select="vc1dsp"
+vvc_parser_select="cbs_h266"
# bitstream_filters
aac_adtstoasc_bsf_select="adts_header mpeg4audio"