[FFmpeg-cvslog] docs/filters: Fix parameter names for colorspace filter

Derek Buitenhuis git at videolan.org
Tue Aug 9 00:40:27 EEST 2016


ffmpeg | branch: master | Derek Buitenhuis <derek.buitenhuis at gmail.com> | Mon Aug  8 15:26:30 2016 +0100| [26695aedc200867acc32c89bae0fa0fc6f7d512a] | committer: Paul B Mahol

docs/filters: Fix parameter names for colorspace filter

They were erroneously set to the name of the unit instead of
the parameter name.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=26695aedc200867acc32c89bae0fa0fc6f7d512a
---

 doc/filters.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index bf95e0f..73c4ada 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -5177,7 +5177,7 @@ BT.2020 for 12-bits content
 
 @end table
 
- at item prm
+ at item primaries
 Specify output color primaries.
 
 The accepted values are:
@@ -5202,7 +5202,7 @@ BT.2020
 
 @end table
 
- at item rng
+ at item range
 Specify output color range.
 
 The accepted values are:



More information about the ffmpeg-cvslog mailing list