summaryrefslogtreecommitdiff
path: root/doc
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 /doc
parent9e93001b6135a23fe4e200196c08fb4fbffed6fc (diff)
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 'doc')
-rw-r--r--doc/bitstream_filters.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi
index 08f2f390cb..e1de3035ef 100644
--- a/doc/bitstream_filters.texi
+++ b/doc/bitstream_filters.texi
@@ -104,6 +104,15 @@ insert the string ``hello'' associated with the given UUID.
@section h264_mp4toannexb
+@section h264_redundant_pps
+
+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.
+
@section imx_dump_header
@section mjpeg2jpeg