Browse Source

Fix documentation syntax for the color source, the third parameter is

frame_rate, not frame_width. Thanks elenril for spotting it.

Originally committed as revision 24287 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Stefano Sabatini 15 years ago
parent
commit
b5f4730988
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/filters.texi

+ 1
- 1
doc/filters.texi View File

@@ -234,7 +234,7 @@ Below is a description of the currently available video sources.
Provide an uniformly colored input. Provide an uniformly colored input.


It accepts the following parameters: It accepts the following parameters:
@var{color}:@var{frame_size}:@var{frame_width}
@var{color}:@var{frame_size}:@var{frame_rate}


Follows the description of the accepted parameters. Follows the description of the accepted parameters.




Loading…
Cancel
Save