diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 9c6f04e8d68b0037f71eb347a87f8e3765fb9c63..e303d48728f772e9b24f2934fd10e12723d9172a 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,