Mercurial > libavformat.hg
changeset 4575:852e796a3604 libavformat
untypo
author | michael |
---|---|
date | Wed, 25 Feb 2009 10:45:08 +0000 |
parents | b330c2e275f9 |
children | df7cc2eac54f |
files | avformat.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/avformat.h Wed Feb 25 08:09:13 2009 +0000 +++ b/avformat.h Wed Feb 25 10:45:08 2009 +0000 @@ -377,7 +377,7 @@ * can be presented successfully will be closest to ts and within min/max_ts. * Active streams are all streams that have AVStream.discard < AVDISCARD_ALL. */ - int (*reed_seek2)(struct AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags); + int (*read_seek2)(struct AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags); /* private fields */ struct AVInputFormat *next;