comparison avcodec.h @ 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
comparison
equal deleted inserted replaced
6628:2bcbd8ff242c 6629:74bbf65fd0cd
2236 /** 2236 /**
2237 * Flush buffers. 2237 * Flush buffers.
2238 * Will be called when seeking 2238 * Will be called when seeking
2239 */ 2239 */
2240 void (*flush)(AVCodecContext *); 2240 void (*flush)(AVCodecContext *);
2241 const AVRational *supported_framerates; ///array of supported framerates, or NULL if any, array is terminated by {0,0} 2241 const AVRational *supported_framerates; ///< array of supported framerates, or NULL if any, array is terminated by {0,0}
2242 const enum PixelFormat *pix_fmts; ///array of supported pixel formats, or NULL if unknown, array is terminanted by -1 2242 const enum PixelFormat *pix_fmts; ///< array of supported pixel formats, or NULL if unknown, array is terminanted by -1
2243 const char *long_name; ///< descriptive name for the codec, meant to be more human readable than \p name 2243 const char *long_name; ///< descriptive name for the codec, meant to be more human readable than \p name
2244 } AVCodec; 2244 } AVCodec;
2245 2245
2246 /** 2246 /**
2247 * four components are given, that's all. 2247 * four components are given, that's all.