diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2015-01-27 11:22:45 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2015-01-27 11:22:45 +0100 |
commit | afa3c996fed4097ecfe86b18c264ba57272e1e99 (patch) | |
tree | 1ea3b05db444cf4ca00e18bd0fc5597f8565f8d1 | |
parent | aa508a9c5f633ef87a7d5c0d1c003b5060a9324c (diff) | |
download | ffmpeg-afa3c996fed4097ecfe86b18c264ba57272e1e99.tar.gz |
lavfi/lut: apply minor compute_gammaval709() doxy fix
-rw-r--r-- | libavfilter/vf_lut.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_lut.c b/libavfilter/vf_lut.c index e262c6e5ac..935bb08533 100644 --- a/libavfilter/vf_lut.c +++ b/libavfilter/vf_lut.c @@ -162,7 +162,7 @@ static double compute_gammaval(void *opaque, double gamma) } /** - * Compute Rec.709 gama correction of value val + * Compute ITU Rec.709 gamma correction of value val. */ static double compute_gammaval709(void *opaque, double gamma) { |