diff avcodec.h @ 6630:b3b9616561cc libavcodec

fix a typo
author benoit
date Thu, 17 Apr 2008 07:38:30 +0000
parents 74bbf65fd0cd
children 646a886bafe2
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;