From 5ddc072d0ddc7af1fc354d58a22108eb4fc53327 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Mon, 26 Nov 2012 23:58:40 +0100 Subject: doc: add ffmpeg-bitstream-filters.texi file --- doc/libavcodec.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/libavcodec.texi') diff --git a/doc/libavcodec.texi b/doc/libavcodec.texi index 9c7f02e..1fd1cf8 100644 --- a/doc/libavcodec.texi +++ b/doc/libavcodec.texi @@ -14,7 +14,7 @@ The libavcodec library provides a generic encoding/decoding framework and contains multiple decoders and encoders for audio, video and -subtitle streams. +subtitle streams, and several bitstream filters. The shared architecture provides various services ranging from bit stream I/O to DSP optimizations, and makes it suitable for @@ -26,7 +26,8 @@ implementing robust and fast codecs as well as for experimentation. @settitle media streams decoding and encoding library @c man begin SEEALSO -ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), ffmpeg-codecs(1), libavutil(3) +ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), ffmpeg-codecs(1), +ffmpeg-bistream-filters(1), libavutil(3) @c man end @c man begin AUTHORS -- cgit v1.1