git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c06faf
)
Fix documentation syntax for the color source, the third parameter is
author
Stefano Sabatini
<stefano.sabatini-lala@poste.it>
Sat, 17 Jul 2010 10:57:02 +0000
(10:57 +0000)
committer
Stefano Sabatini
<stefano.sabatini-lala@poste.it>
Sat, 17 Jul 2010 10:57:02 +0000
(10:57 +0000)
frame_rate, not frame_width. Thanks elenril for spotting it.
Originally committed as revision 24287 to svn://svn.ffmpeg.org/ffmpeg/trunk
doc/filters.texi
patch
|
blob
|
history
diff --git
a/doc/filters.texi
b/doc/filters.texi
index
dea8556
..
6b0a85c
100644
(file)
--- a/
doc/filters.texi
+++ b/
doc/filters.texi
@@
-234,7
+234,7
@@
Below is a description of the currently available video sources.
Provide an uniformly colored input.
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.