summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-12-31 16:49:18 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-12-31 16:49:18 +0000
commit2576a9ecec5a367d6dd7e9c98bc433e9d29ee6a4 (patch)
tree4087fb8767f701cdd732937a0dade651b5018458
parentde14759e97ef4df9ea6c2403ec5fc38f06088ca5 (diff)
Correct doxy about timestamp units of read_timestamp().
Originally committed as revision 11364 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavformat/avformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 9c6f04e8d6..e303d48728 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -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,