changeset 6629:74bbf65fd0cd libavcodec

Make two comments doxygen compatible. Patch by Stefano Sabatini stefano sabatini-lala poste it
author benoit
date Thu, 17 Apr 2008 07:37:02 +0000
parents 2bcbd8ff242c
children b3b9616561cc
files avcodec.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/avcodec.h	Thu Apr 17 06:07:27 2008 +0000
+++ b/avcodec.h	Thu Apr 17 07:37:02 2008 +0000
@@ -2238,8 +2238,8 @@
      * 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;