comparison avformat.h @ 4575:852e796a3604 libavformat

untypo
author michael
date Wed, 25 Feb 2009 10:45:08 +0000
parents b42c89b5b998
children df7cc2eac54f
comparison
equal deleted inserted replaced
4574:b330c2e275f9 4575:852e796a3604
375 * Seek to timestamp ts. 375 * Seek to timestamp ts.
376 * Seeking will be done so that the point from which all active streams 376 * Seeking will be done so that the point from which all active streams
377 * can be presented successfully will be closest to ts and within min/max_ts. 377 * can be presented successfully will be closest to ts and within min/max_ts.
378 * Active streams are all streams that have AVStream.discard < AVDISCARD_ALL. 378 * Active streams are all streams that have AVStream.discard < AVDISCARD_ALL.
379 */ 379 */
380 int (*reed_seek2)(struct AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags); 380 int (*read_seek2)(struct AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags);
381 381
382 /* private fields */ 382 /* private fields */
383 struct AVInputFormat *next; 383 struct AVInputFormat *next;
384 } AVInputFormat; 384 } AVInputFormat;
385 385