[FFmpeg-cvslog] avutil/frame: typo

Michael Niedermayer git at videolan.org
Mon Mar 18 04:48:40 CET 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Mar 18 04:47:27 2013 +0100| [fbd3ee91a59f4235d0038d469ef31ae3f37b8c7e] | committer: Michael Niedermayer

avutil/frame: typo

found by ubitux
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fbd3ee91a59f4235d0038d469ef31ae3f37b8c7e
---

 libavutil/frame.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavutil/frame.h b/libavutil/frame.h
index b5d4694..378538c 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.
      */



More information about the ffmpeg-cvslog mailing list