changeset 6630:b3b9616561cc libavcodec

fix a typo
author benoit
date Thu, 17 Apr 2008 07:38:30 +0000
parents 74bbf65fd0cd
children 76a252cc9ba3
files avcodec.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/avcodec.h	Thu Apr 17 07:37:02 2008 +0000
+++ b/avcodec.h	Thu Apr 17 07:38:30 2008 +0000
@@ -2239,7 +2239,7 @@
      */
     void (*flush)(AVCodecContext *);
     const AVRational *supported_framerates; ///< array of supported framerates, or NULL if any, array is terminated by {0,0}
-    const enum PixelFormat *pix_fmts;       ///< array of supported pixel formats, or NULL if unknown, array is terminanted by -1
+    const enum PixelFormat *pix_fmts;       ///< array of supported pixel formats, or NULL if unknown, array is terminated by -1
     const char *long_name;                  ///< descriptive name for the codec, meant to be more human readable than \p name
 } AVCodec;