comparison avformat.h @ 6329:614f8591566f libavformat

Fix 2 doxy comments that referred to the wrong variable.
author michael
date Tue, 27 Jul 2010 15:21:29 +0000
parents de851c28b9f7
children b7a16d6df72a
comparison
equal deleted inserted replaced
6328:de851c28b9f7 6329:614f8591566f
507 * a bitrate, this value will be estimated from bitrate and file size. 507 * a bitrate, this value will be estimated from bitrate and file size.
508 */ 508 */
509 int64_t duration; 509 int64_t duration;
510 510
511 #if LIBAVFORMAT_VERSION_INT < (53<<16) 511 #if LIBAVFORMAT_VERSION_INT < (53<<16)
512 char language[4]; /** ISO 639-2/B 3-letter language code (empty string if undefined) */ 512 char language[4]; /**< ISO 639-2/B 3-letter language code (empty string if undefined) */
513 #endif 513 #endif
514 514
515 /* av_read_frame() support */ 515 /* av_read_frame() support */
516 enum AVStreamParseType need_parsing; 516 enum AVStreamParseType need_parsing;
517 struct AVCodecParserContext *parser; 517 struct AVCodecParserContext *parser;
699 int cur_len_deprecated; 699 int cur_len_deprecated;
700 AVPacket cur_pkt_deprecated; 700 AVPacket cur_pkt_deprecated;
701 #endif 701 #endif
702 702
703 /* av_seek_frame() support */ 703 /* av_seek_frame() support */
704 int64_t data_offset; /** offset of the first packet */ 704 int64_t data_offset; /**< offset of the first packet */
705 int index_built; 705 int index_built;
706 706
707 int mux_rate; 707 int mux_rate;
708 unsigned int packet_size; 708 unsigned int packet_size;
709 int preload; 709 int preload;