diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-05-24 15:09:29 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-12-14 09:06:44 +0100 |
commit | 47e547b321338c73c21fa623789f1efbd80a297a (patch) | |
tree | 6c26ee9418add3d8cdc604a273436be9acf74711 /doc | |
parent | 0309ddcfb25fd44883bfcdb07509eb4907576b97 (diff) | |
download | ffmpeg-47e547b321338c73c21fa623789f1efbd80a297a.tar.gz |
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')
-rw-r--r-- | doc/bitstream_filters.texi | 3 |
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 |