[FFmpeg-devel] [PATCH] lavu/frame: minor correction of language in comment about linesize
James Darnley
james.darnley at gmail.com
Wed Aug 27 21:38:04 CEST 2014
---
libavutil/frame.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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
More information about the ffmpeg-devel
mailing list