]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/frame.h
Merge commit 'd995f0a1550c9148140eab34c7d770e90925c004'
[ffmpeg] / libavutil / frame.h
index 2391d3e48ed353bfe719f0d65e03d04bce53b279..ee24628ae83d6dc1e0881c973876cf0fdc996d09 100644 (file)
@@ -162,7 +162,7 @@ typedef struct AVFrame {
      * For audio, only linesize[0] may be set. For planar audio, each channel
      * plane must be the same size.
      *
-     * For video the linesizes should be multiplies of the CPUs alignment
+     * For video the linesizes should be multiples of the CPUs alignment
      * preference, this is 16 or 32 for modern desktop CPUs.
      * Some code requires such alignment other code can be slower without
      * correct alignment, for yet other it makes no difference.