comparison avcodec.h @ 6630:b3b9616561cc libavcodec

fix a typo
author benoit
date Thu, 17 Apr 2008 07:38:30 +0000
parents 74bbf65fd0cd
children 646a886bafe2
comparison
equal deleted inserted replaced
6629:74bbf65fd0cd 6630:b3b9616561cc
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 terminated 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.