# HG changeset patch # User benoit # Date 1208417822 0 # Node ID 74bbf65fd0cd8d7e5ac9673c30159a7ccc84cb0b # Parent 2bcbd8ff242c5c5aa2d7a47659cf32d3f9708203 Make two comments doxygen compatible. Patch by Stefano Sabatini stefano sabatini-lala poste it diff -r 2bcbd8ff242c -r 74bbf65fd0cd avcodec.h --- 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;