1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00
Originally committed as revision 4377 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2005-06-11 17:46:18 +00:00
parent 8ea9ce413b
commit 79cc8267f4

View File

@ -21,7 +21,7 @@ Three 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
is a space seperated list of arguments. The first is the module name, and the rest is a space separated list of arguments. The first is the module name, and the rest
are passed as arguments to the Configure function of the module. are passed as arguments to the Configure function of the module.
@section null.c @section null.c