diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2009-02-25 10:45:08 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2009-02-25 10:45:08 +0000 |
commit | 882fb0a3ad82454188904ee4eeee418c1b6c64ca (patch) | |
tree | ff17c2b913bc41c505fee1cb5ac33ca7b135940b | |
parent | 7a47495079c1d3137859950b44b09f40e607f834 (diff) | |
download | ffmpeg-882fb0a3ad82454188904ee4eeee418c1b6c64ca.tar.gz |
untypo
Originally committed as revision 17586 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/avformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index a61c8a0fa7..7bc20c01ec 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -377,7 +377,7 @@ typedef struct AVInputFormat { * 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; |