From 63b6d5dfadb3273ecfe89dd2eb66a7a06e8eb87d Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 5 Mar 2007 08:41:22 +0000 Subject: [PATCH] Don't mention the number of vhooks, it's a volatile set. Originally committed as revision 8242 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/hooks.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/hooks.texi b/doc/hooks.texi index 20e8d33..8f689cf 100644 --- a/doc/hooks.texi +++ b/doc/hooks.texi @@ -17,7 +17,7 @@ the video to be modified or examined between the decoder and the encoder. Any number of hook modules can be placed inline, and they are run in the order that they were specified on the ffmpeg command line. -Three modules are provided and are described below. They are all intended to +A few modules are provided and are described below. They are all intended to be used as a base for your own modules. Modules are loaded using the -vhook option to ffmpeg. The value of this parameter -- 2.7.4