summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-05-04 23:06:20 +0100
committerMark Thompson <sw@jkqxz.net>2017-10-17 20:56:29 +0100
commit9c7d70b49b64aa5571772a7cdb9bc426174261e0 (patch)
tree154187d7069f967193d98eb1f3552c44a8ecc4e8 /configure
parent686e388bbb6aeef077095a83f84b53d143d44d63 (diff)
lavc: Add trace_headers bitstream filter
Supports all streams that the coded bitstream infrastructure does (currently H.264, H.265 and MPEG-2). (cherry picked from commit f11d8a5e8b185340cc50fcbc8a1437b0fbe7e931)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index bb0a748f9e..74aac3a4f4 100755
--- a/configure
+++ b/configure
@@ -2914,6 +2914,7 @@ vc1_parser_select="vc1dsp"
# bitstream_filters
mjpeg2jpeg_bsf_select="jpegtables"
+trace_headers_bsf_select="cbs_h264 cbs_h265 cbs_mpeg2"
# external libraries
aac_at_decoder_deps="audiotoolbox"