Commit afa3c996 authored by Stefano Sabatini's avatar Stefano Sabatini

lavfi/lut: apply minor compute_gammaval709() doxy fix

parent aa508a9c
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment