comparison avformat.h @ 2745:0d82417b7a88 libavformat

Typo
author takis
date Wed, 14 Nov 2007 12:42:45 +0000
parents 6b43751d7264
children 2a6baeedf776
comparison
equal deleted inserted replaced
2744:1435f0dbfb4b 2745:0d82417b7a88
575 * The logical file position is not changed by this function; 575 * The logical file position is not changed by this function;
576 * examined packets may be buffered for later processing. 576 * examined packets may be buffered for later processing.
577 * 577 *
578 * @param ic media file handle 578 * @param ic media file handle
579 * @return >=0 if OK. AVERROR_xxx if error. 579 * @return >=0 if OK. AVERROR_xxx if error.
580 * @todo Let user decide somehow what information is needed so we do not waste time geting stuff the user does not need. 580 * @todo Let user decide somehow what information is needed so we do not waste time getting stuff the user does not need.
581 */ 581 */
582 int av_find_stream_info(AVFormatContext *ic); 582 int av_find_stream_info(AVFormatContext *ic);
583 583
584 /** 584 /**
585 * Read a transport packet from a media file. 585 * Read a transport packet from a media file.