summaryrefslogtreecommitdiff
path: root/libavformat/avio.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-12-21 11:51:39 +0000
committerDiego Biurrun <diego@biurrun.de>2007-12-21 11:51:39 +0000
commit00ef4f58e0071501da4db43f98c46bf61aab9821 (patch)
tree8bcedc6e3954876b882e56aaac2a73921536fdd3 /libavformat/avio.h
parent8bfb108b3e3a44d6051e30d4c6cef64ff3567f5d (diff)
Fix Doxygen function parameter name.
Originally committed as revision 11295 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r--libavformat/avio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h
index f97f33e0d8..0957d9dbfc 100644
--- a/libavformat/avio.h
+++ b/libavformat/avio.h
@@ -104,7 +104,7 @@ int av_url_read_pause(URLContext *h, int pause);
* 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