diff avformat.h @ 2876:067baa2b8f38 libavformat

Correct doxy about timestamp units of read_timestamp().
author michael
date Mon, 31 Dec 2007 16:49:18 +0000
parents acc9a7c3baea
children f5de41d943e2
line wrap: on
line diff
--- a/avformat.h	Mon Dec 31 16:47:25 2007 +0000
+++ b/avformat.h	Mon Dec 31 16:49:18 2007 +0000
@@ -226,7 +226,7 @@
     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,