提交 882fb0a3 编写于 作者: M Michael Niedermayer

untypo

Originally committed as revision 17586 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 7a474950
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册