[FFmpeg-cvslog] r11295 - trunk/libavformat/avio.h
diego
subversion
Fri Dec 21 12:51:39 CET 2007
Author: diego
Date: Fri Dec 21 12:51:39 2007
New Revision: 11295
Log:
Fix Doxygen function parameter name.
Modified:
trunk/libavformat/avio.h
Modified: trunk/libavformat/avio.h
==============================================================================
--- trunk/libavformat/avio.h (original)
+++ trunk/libavformat/avio.h Fri Dec 21 12:51:39 2007
@@ -104,7 +104,7 @@ int av_url_read_pause(URLContext *h, int
* 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
More information about the ffmpeg-cvslog
mailing list