X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2Fframe.h;h=ee24628ae83d6dc1e0881c973876cf0fdc996d09;hb=5a5d454dcce5add7674503f94bc2dc965f2fa111;hp=2391d3e48ed353bfe719f0d65e03d04bce53b279;hpb=d5ee74e57d44ccbf644ea76d635628ed4e5fabfb;p=ffmpeg diff --git a/libavutil/frame.h b/libavutil/frame.h index 2391d3e48ed..ee24628ae83 100644 --- a/libavutil/frame.h +++ b/libavutil/frame.h @@ -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.