Mercurial > libavformat.hg
changeset 2852:5f2ec0e202b0 libavformat
Fix Doxygen function parameter name.
author | diego |
---|---|
date | Fri, 21 Dec 2007 11:51:39 +0000 |
parents | 979a885a7686 |
children | 7ad207078047 |
files | avio.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/avio.h Fri Dec 21 11:50:18 2007 +0000 +++ b/avio.h Fri Dec 21 11:51:39 2007 +0000 @@ -104,7 +104,7 @@ * units from the beginning of the presentation. * If a stream_index >= 0 is used and the protocol does not support * seeking based on component streams, the call will fail with ENOTSUP. - * @param time_stamp timestamp timestamp in AVStream.time_base units + * @param timestamp timestamp in AVStream.time_base units * or if there is no stream specified then in AV_TIME_BASE units. * @param flags Optional combination of AVSEEK_FLAG_BACKWARD, AVSEEK_FLAG_BYTE * and AVSEEK_FLAG_ANY. The protocol may silently ignore