changeset 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 f0665d1388ad
files avformat.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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,