Commit fbd3ee91 authored by Michael Niedermayer's avatar Michael Niedermayer

avutil/frame: typo

found by ubitux
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 3dc25c3a
...@@ -94,7 +94,7 @@ typedef struct AVFrame { ...@@ -94,7 +94,7 @@ typedef struct AVFrame {
* plane must be the same size. * plane must be the same size.
* *
* For video the linesizes should be multiplies of the CPUs alignment * 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 * Some code requires such alignment other code can be slower without
* correct alignment, for yet other it makes no difference. * correct alignment, for yet other it makes no difference.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment