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

benoit subversion
Thu Apr 17 09:37:02 CEST 2008


Author: benoit
Date: Thu Apr 17 09:37:02 2008
New Revision: 12878

Log:
Make two comments doxygen compatible.
Patch by Stefano Sabatini stefano sabatini-lala poste it


Modified:
   trunk/libavcodec/avcodec.h

Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	(original)
+++ trunk/libavcodec/avcodec.h	Thu Apr 17 09:37:02 2008
@@ -2238,8 +2238,8 @@ typedef struct AVCodec {
      * Will be called when seeking
      */
     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 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 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