Commit 63b6d5df authored by Diego Biurrun's avatar Diego Biurrun

Don't mention the number of vhooks, it's a volatile set.

Originally committed as revision 8242 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent af437256
...@@ -17,7 +17,7 @@ the video to be modified or examined between the decoder and the encoder. ...@@ -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 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. 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. be used as a base for your own modules.
Modules are loaded using the -vhook option to ffmpeg. The value of this parameter Modules are loaded using the -vhook option to ffmpeg. The value of this parameter
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment