Commit e7fbaf93 authored by diego's avatar diego

Fix Doxygen function parameter name.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11295 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c7feb23e
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment