summaryrefslogtreecommitdiff
path: root/doc/bitstream_filters.texi
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-05-24 15:09:29 +0200
committerAnton Khirnov <anton@khirnov.net>2016-12-14 09:06:44 +0100
commit47e547b321338c73c21fa623789f1efbd80a297a (patch)
tree6c26ee9418add3d8cdc604a273436be9acf74711 /doc/bitstream_filters.texi
parent0309ddcfb25fd44883bfcdb07509eb4907576b97 (diff)
lavc: add a null bitstream filter
It is useful for testing/debugging and will also be used as the default filter in the following commit adding pre-decode filtering to avoid having a separate non-filtered codepath.
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 7ddf52e34d..2e13cbe180 100644
--- a/doc/bitstream_filters.texi
+++ b/doc/bitstream_filters.texi
@@ -90,6 +90,9 @@ avconv -i frame_%d.jpg -c:v copy rotated.avi
@section noise
+@section null
+This bitstream filter passes the packets through unchanged.
+
@section remove_extradata
@c man end BITSTREAM FILTERS