diff options
author | Víctor Paesa <victorpaesa@googlemail.com> | 2007-07-14 13:12:30 +0000 |
---|---|---|
committer | Víctor Paesa <victorpaesa@googlemail.com> | 2007-07-14 13:12:30 +0000 |
commit | 736090511c726b4507327b18972312185f2665dc (patch) | |
tree | 172a0751ae727a78d2ae6d04507ad08d5b1f4f5c /doc | |
parent | e2525c6f78fed16cdf8046818cafdf30174019d2 (diff) | |
download | ffmpeg-736090511c726b4507327b18972312185f2665dc.tar.gz |
Announce that vhook is deprecated, and its substitute.
Originally committed as revision 9639 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/hooks.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/hooks.texi b/doc/hooks.texi index e7b54d1268..73dc021b98 100644 --- a/doc/hooks.texi +++ b/doc/hooks.texi @@ -10,6 +10,11 @@ @chapter Introduction +@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 video hook functionality is designed (mostly) for live video. It allows the video to be modified or examined between the decoder and the encoder. |