Commit f991a68c authored by michael's avatar michael

untypo


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17586 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2193f93c
...@@ -377,7 +377,7 @@ typedef struct AVInputFormat { ...@@ -377,7 +377,7 @@ typedef struct AVInputFormat {
* can be presented successfully will be closest to ts and within min/max_ts. * 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. * 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 */ /* private fields */
struct AVInputFormat *next; struct AVInputFormat *next;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment