Browse Source

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

Originally committed as revision 8242 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 18 years ago
parent
commit
63b6d5dfad
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/hooks.texi

+ 1
- 1
doc/hooks.texi View File

@@ -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


Loading…
Cancel
Save