comparison avformat.h @ 1877:ae5e54fb2206 libavformat

Fix a typo in a doxygen tag.
author takis
date Mon, 05 Mar 2007 15:36:43 +0000
parents 7ce72baa2ce5
children 02dce5a6b035
comparison
equal deleted inserted replaced
1876:247fdf49ffb8 1877:ae5e54fb2206
288 * identically 1. 288 * identically 1.
289 */ 289 */
290 AVRational time_base; 290 AVRational time_base;
291 int pts_wrap_bits; /**< number of bits in pts (used for wrapping control) */ 291 int pts_wrap_bits; /**< number of bits in pts (used for wrapping control) */
292 /* ffmpeg.c private use */ 292 /* ffmpeg.c private use */
293 int stream_copy; /* *<if TRUE, just copy stream */ 293 int stream_copy; /**< if TRUE, just copy stream */
294 enum AVDiscard discard; ///< selects which packets can be discarded at will and dont need to be demuxed 294 enum AVDiscard discard; ///< selects which packets can be discarded at will and dont need to be demuxed
295 //FIXME move stuff to a flags field? 295 //FIXME move stuff to a flags field?
296 /** quality, as it has been removed from AVCodecContext and put in AVVideoFrame 296 /** quality, as it has been removed from AVCodecContext and put in AVVideoFrame
297 * MN:dunno if thats the right place, for it */ 297 * MN:dunno if thats the right place, for it */
298 float quality; 298 float quality;