[FFmpeg-cvslog] r12879 - trunk/libavcodec/avcodec.h

benoit subversion
Thu Apr 17 09:38:31 CEST 2008


Author: benoit
Date: Thu Apr 17 09:38:30 2008
New Revision: 12879

Log:
fix a typo


Modified:
   trunk/libavcodec/avcodec.h

Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	(original)
+++ trunk/libavcodec/avcodec.h	Thu Apr 17 09:38:30 2008
@@ -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}
-    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;
 




More information about the ffmpeg-cvslog mailing list