[FFmpeg-cvslog] r17586 - trunk/libavformat/avformat.h

michael subversion
Wed Feb 25 11:45:08 CET 2009


Author: michael
Date: Wed Feb 25 11:45:08 2009
New Revision: 17586

Log:
untypo

Modified:
   trunk/libavformat/avformat.h

Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h	Wed Feb 25 09:36:00 2009	(r17585)
+++ trunk/libavformat/avformat.h	Wed Feb 25 11:45:08 2009	(r17586)
@@ -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;




More information about the ffmpeg-cvslog mailing list