# HG changeset patch # User diego # Date 1198237899 0 # Node ID 5f2ec0e202b00c7cae1316a7cefd2c59af66685c # Parent 979a885a7686623f3916e790583b1cf435f5b6b3 Fix Doxygen function parameter name. diff -r 979a885a7686 -r 5f2ec0e202b0 avio.h --- 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