diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-11-26 23:58:40 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-11-28 23:51:12 +0100 |
commit | 5ddc072d0ddc7af1fc354d58a22108eb4fc53327 (patch) | |
tree | b77072604bed923cf340e1ba3314b6fc2cb2fa8b /doc/ffmpeg-bitstream-filters.texi | |
parent | 5f648ce43eeb619c32e74aeb79699e56c9149296 (diff) | |
download | ffmpeg-5ddc072d0ddc7af1fc354d58a22108eb4fc53327.tar.gz |
doc: add ffmpeg-bitstream-filters.texi file
Diffstat (limited to 'doc/ffmpeg-bitstream-filters.texi')
-rw-r--r-- | doc/ffmpeg-bitstream-filters.texi | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/ffmpeg-bitstream-filters.texi b/doc/ffmpeg-bitstream-filters.texi new file mode 100644 index 0000000000..b1fdac2833 --- /dev/null +++ b/doc/ffmpeg-bitstream-filters.texi @@ -0,0 +1,40 @@ +\input texinfo @c -*- texinfo -*- + +@settitle FFmpeg Bitstream Filters Documentation +@titlepage +@center @titlefont{FFmpeg Bitstream Filters Documentation} +@end titlepage + +@top + +@contents + +@chapter Description +@c man begin DESCRIPTION + +This document describes the bitstream filters provided by the +libavcodec library. + +A bitstream filter operates on the encoded stream data, and performs +bitstream level modifications without performing decoding. + +@c man end DESCRIPTION + +@include bitstream_filters.texi + +@ignore + +@setfilename ffmpeg-bitstream-filters +@settitle FFmpeg bistream filters + +@c man begin SEEALSO +ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavcodec(3) +@c man end + +@c man begin AUTHORS +See Git history (git://source.ffmpeg.org/ffmpeg) +@c man end + +@end ignore + +@bye |