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

michael subversion
Mon Dec 31 17:49:18 CET 2007


Author: michael
Date: Mon Dec 31 17:49:18 2007
New Revision: 11364

Log:
Correct doxy about timestamp units of read_timestamp().


Modified:
   trunk/libavformat/avformat.h

Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h	(original)
+++ trunk/libavformat/avformat.h	Mon Dec 31 17:49:18 2007
@@ -226,7 +226,7 @@ typedef struct AVInputFormat {
     int (*read_seek)(struct AVFormatContext *,
                      int stream_index, int64_t timestamp, int flags);
     /**
-     * gets the next timestamp in AV_TIME_BASE units.
+     * gets the next timestamp in stream[stream_index].time_base units.
      * @return the timestamp or AV_NOPTS_VALUE if an error occured
      */
     int64_t (*read_timestamp)(struct AVFormatContext *s, int stream_index,




More information about the ffmpeg-cvslog mailing list