OSDN Git Service

Correct doxy about timestamp units of read_timestamp().
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 31 Dec 2007 16:49:18 +0000 (16:49 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 31 Dec 2007 16:49:18 +0000 (16:49 +0000)
Originally committed as revision 11364 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/avformat.h

index 9c6f04e..e303d48 100644 (file)
@@ -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,