diff --git a/libavformat/avformat.h b/libavformat/avformat.h index a61c8a0fa7cb8fb66ae5a8f739a55b81ed0828b8..7bc20c01ecb444418fd4a54568ad3c10c67f78fa 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;