[FFmpeg-cvslog] lavfi/lut: apply minor compute_gammaval709() doxy fix

Stefano Sabatini git at videolan.org
Tue Jan 27 11:23:42 CET 2015


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Tue Jan 27 11:22:45 2015 +0100| [afa3c996fed4097ecfe86b18c264ba57272e1e99] | committer: Stefano Sabatini

lavfi/lut: apply minor compute_gammaval709() doxy fix

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

 libavfilter/vf_lut.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/vf_lut.c b/libavfilter/vf_lut.c
index e262c6e..935bb08 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)
 {



More information about the ffmpeg-cvslog mailing list