summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-05-04 23:09:02 +0100
committerMark Thompson <sw@jkqxz.net>2017-08-13 17:48:49 +0100
commit9e93001b6135a23fe4e200196c08fb4fbffed6fc (patch)
treea8d9b136f77c590ad67594f298cfa83ad568ba17 /configure
parentf11d8a5e8b185340cc50fcbc8a1437b0fbe7e931 (diff)
lavc: Add h264_metadata bitstream filter
This is able to modify some header metadata found in the SPS/VUI, and can also add/remove AUDs and insert user data in SEI NAL units.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 13dd7f54e2..f3d616800a 100755
--- a/configure
+++ b/configure
@@ -2323,6 +2323,7 @@ vc1_parser_select="vc1dsp"
# bitstream_filters
aac_adtstoasc_bsf_select="adts_header"
+h264_metadata_bsf_select="cbs_h264"
mjpeg2jpeg_bsf_select="jpegtables"
trace_headers_bsf_select="cbs_h264 cbs_h265"