Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-03-18 07:47:27 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-03-18 07:47:27 +0400
commitfbd3ee91a59f4235d0038d469ef31ae3f37b8c7e (patch)
tree08929a4aa5fc4909b1633ea62da3ca4ff5e2c272 /libavutil/frame.h
parent3dc25c3ab260571323c363fef09e8422182082c2 (diff)
avutil/frame: typo
found by ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/frame.h')
-rw-r--r--libavutil/frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/frame.h b/libavutil/frame.h
index b5d4694b92..378538c650 100644
--- a/libavutil/frame.h
+++ b/libavutil/frame.h
@@ -94,7 +94,7 @@ typedef struct AVFrame {
* plane must be the same size.
*
* For video the linesizes should be multiplies of the CPUs alignment
- * preferrance, this is 16 or 32 for modern desktop CPUs.
+ * 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.
*/