lavfi/lut: apply minor compute_gammaval709() doxy fix

This commit is contained in:
Stefano Sabatini 2015-01-27 11:22:45 +01:00
parent aa508a9c5f
commit afa3c996fe

View File

@ -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)
{