summaryrefslogtreecommitdiff
path: root/doc/bitstream_filters.texi
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-04-17 14:01:31 +0200
committerClément Bœsch <u@pkh.me>2017-04-17 14:01:57 +0200
commite22d495538c1de6a13cf8f51e7448d3312365747 (patch)
treed0681e38c64f0e745125502d478d9cb898f18c22 /doc/bitstream_filters.texi
parentb5a42c7f098a0eaee9cb08ce8b26b0c9a307d9c4 (diff)
parent47e547b321338c73c21fa623789f1efbd80a297a (diff)
Merge commit '47e547b321338c73c21fa623789f1efbd80a297a'
* commit '47e547b321338c73c21fa623789f1efbd80a297a': lavc: add a null bitstream filter Merged-by: Clément Bœsch <u@pkh.me>
Diffstat (limited to 'doc/bitstream_filters.texi')
-rw-r--r--doc/bitstream_filters.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi
index 947c31dae8..6f4846f55f 100644
--- a/doc/bitstream_filters.texi
+++ b/doc/bitstream_filters.texi
@@ -234,6 +234,9 @@ ffmpeg -i INPUT -c copy -bsf noise[=1] output.mkv
@end example
applies the modification to every byte.
+@section null
+This bitstream filter passes the packets through unchanged.
+
@section remove_extra
Remove extradata from packets.