diff --git a/libswscale/swscale.h b/libswscale/swscale.h
index 35db84cdef3627c3aa78e742e53c8f76336e59d0..026146ef411512bcf8dd46391405c43ca8a06068 100644
--- a/libswscale/swscale.h
+++ b/libswscale/swscale.h
@@ -165,6 +165,11 @@ SwsVector *sws_getIdentityVec(void);
  * Scales all the coefficients of \p a by the \p scalar value.
  */
 void sws_scaleVec(SwsVector *a, double scalar);
+
+/**
+ * Scales all the coefficients of \p a so that their sum equals \p
+ * height."
+ */
 void sws_normalizeVec(SwsVector *a, double height);
 void sws_convVec(SwsVector *a, SwsVector *b);
 void sws_addVec(SwsVector *a, SwsVector *b);