summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-05-04 23:10:19 +0100
committerMark Thompson <sw@jkqxz.net>2017-08-13 17:54:59 +0100
commite6874bc3af2f09af39b5d91b9c5f9ded67459696 (patch)
tree28f0c87ec2de4c017ffee9c37fc9144663c20819 /configure
parent9e93001b6135a23fe4e200196c08fb4fbffed6fc (diff)
downloadffmpeg-streaming-e6874bc3af2f09af39b5d91b9c5f9ded67459696.zip
ffmpeg-streaming-e6874bc3af2f09af39b5d91b9c5f9ded67459696.tar.gz
lavc: Add h264_redundant_pps bitstream filter
This applies a specific fixup to some Bluray streams which contain redundant PPSs modifying irrelevant parameters of the stream which confuse other transformations which require correct extradata. A new single global PPS is created, and all of the redundant PPSs within the stream are removed.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index f3d6168..bd4555d 100755
--- a/configure
+++ b/configure
@@ -2324,6 +2324,7 @@ vc1_parser_select="vc1dsp"
# bitstream_filters
aac_adtstoasc_bsf_select="adts_header"
h264_metadata_bsf_select="cbs_h264"
+h264_redundant_pps_bsf_select="cbs_h264"
mjpeg2jpeg_bsf_select="jpegtables"
trace_headers_bsf_select="cbs_h264 cbs_h265"
OpenPOWER on IntegriCloud