[FFmpeg-devel] [PATCH] lavu/frame: minor correction of language in comment about linesize
Timothy Gu
timothygu99 at gmail.com
Wed Aug 27 22:18:12 CEST 2014
On Wed, Aug 27, 2014 at 12:38 PM, James Darnley <james.darnley at gmail.com> wrote:
> ---
> libavutil/frame.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
OK
>
> diff --git a/libavutil/frame.h b/libavutil/frame.h
> index 2391d3e..d6d017c 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 CPU's 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.
> --
> 1.7.9
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
More information about the ffmpeg-devel
mailing list