OSDN Git Service

avutil/frame: typo
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 18 Mar 2013 03:47:27 +0000 (04:47 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 18 Mar 2013 03:47:27 +0000 (04:47 +0100)
found by ubitux
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavutil/frame.h

index b5d4694..378538c 100644 (file)
@@ -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.
      */