Commit 226dde68 authored by Marvin Scholz's avatar Marvin Scholz Committed by Anton Khirnov

avformat/avio: Add doxy for missing argument

parent 60224f20
...@@ -468,6 +468,7 @@ int avio_put_str16be(AVIOContext *s, const char *str); ...@@ -468,6 +468,7 @@ int avio_put_str16be(AVIOContext *s, const char *str);
* *
* Zero-length ranges are omitted from the output. * Zero-length ranges are omitted from the output.
* *
* @param s the AVIOContext
* @param time the stream time the current bytestream pos corresponds to * @param time the stream time the current bytestream pos corresponds to
* (in AV_TIME_BASE units), or AV_NOPTS_VALUE if unknown or not * (in AV_TIME_BASE units), or AV_NOPTS_VALUE if unknown or not
* applicable * applicable
......
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