diff options
author | Víctor Paesa <victorpaesa@googlemail.com> | 2007-10-19 22:11:34 +0000 |
---|---|---|
committer | Víctor Paesa <victorpaesa@googlemail.com> | 2007-10-19 22:11:34 +0000 |
commit | c1b7437a43693dcd47a5fd25ffb2e51f16b4fd6e (patch) | |
tree | 3c5c02ec2ab1ce78bce82e20c25a96f0ca96b86d /doc/hooks.texi | |
parent | c3cf56140e74c0c6127f301a2ca6a5e389194a5f (diff) | |
download | ffmpeg-c1b7437a43693dcd47a5fd25ffb2e51f16b4fd6e.tar.gz |
The 'Video Filter API' is better known as 'libavfilter'.
Originally committed as revision 10815 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/hooks.texi')
-rw-r--r-- | doc/hooks.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/hooks.texi b/doc/hooks.texi index c25c0f7c82..c410f1cb05 100644 --- a/doc/hooks.texi +++ b/doc/hooks.texi @@ -12,9 +12,10 @@ @var{Please be aware that vhook is deprecated, and hence its development is frozen (bug fixes are still accepted). -The substitute will be the result of our 'Video Filter API' Google Summer of Code -project. You may monitor its progress by subscribing to the ffmpeg-soc mailing -list at @url{http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc}.} +The substitute will be 'libavfilter', the result of our 'Video Filter API' +Google Summer of Code project. You may monitor its progress by subscribing to +the ffmpeg-soc mailing list at +@url{http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc}.} The video hook functionality is designed (mostly) for live video. It allows the video to be modified or examined between the decoder and the encoder. |