]> git.sesse.net Git - ffmpeg/commitdiff
fix a typo
authorBenoit Fouet <benoit.fouet@free.fr>
Thu, 17 Apr 2008 07:38:30 +0000 (07:38 +0000)
committerBenoit Fouet <benoit.fouet@free.fr>
Thu, 17 Apr 2008 07:38:30 +0000 (07:38 +0000)
Originally committed as revision 12879 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/avcodec.h

index fceda82cf316a2aca822309f9cc86eba31b0806f..00c35c0b63050e8659b66ee90f5c10806a36d274 100644 (file)
@@ -2239,7 +2239,7 @@ typedef struct AVCodec {
      */
     void (*flush)(AVCodecContext *);
     const AVRational *supported_framerates; ///< array of supported framerates, or NULL if any, array is terminated by {0,0}
      */
     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;
 
     const char *long_name;                  ///< descriptive name for the codec, meant to be more human readable than \p name
 } AVCodec;