diff options
author | Todd Kirby <doubleshot@pacbell.net> | 2004-07-10 15:58:11 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-07-10 15:58:11 +0000 |
commit | 5b79a73ed8fbce09fc7afa1171dd4a71d23f4b98 (patch) | |
tree | bbba2ca0f22bd23f46903fe9002f0b3877c3e4a4 | |
parent | 5bb994e2559f165706a54cdabb4635e183630ea4 (diff) | |
download | ffmpeg-5b79a73ed8fbce09fc7afa1171dd4a71d23f4b98.tar.gz |
Fix description of '-padcolor' option patch by ("Todd.Kirby" <doubleshot at pacbell dot net>)
Originally committed as revision 3302 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/ffmpeg-doc.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index e2bf3d3158..aec0902a02 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -249,8 +249,8 @@ set bottom pad band size (in pixels) set left pad band size (in pixels) @item -padright size set right pad band size (in pixels) -@item -padcolor color -set right pad band size (hex). The value for pad color is expressed +@item -padcolor (hex color) +set color of padded bands. The value for pad color is expressed as a six digit hexidecimal number where the first two digits represent red, middle two digits green and last two digits blue. Defaults to 000000 (black) @item -vn |