diff options
author | Marvin Scholz <epirat07@gmail.com> | 2022-09-24 23:49:01 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2022-10-17 09:56:47 +0200 |
commit | 226dde687ffb3c2a6a6cb4522f2a1fd9a97ab7d0 (patch) | |
tree | 4dea8752af6bcfd88b2f3e0865a0ca73306d9478 /libavformat | |
parent | 60224f203f9ead787dccc2ad826cecb3728a26ec (diff) | |
download | ffmpeg-226dde687ffb3c2a6a6cb4522f2a1fd9a97ab7d0.tar.gz |
avformat/avio: Add doxy for missing argument
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/avio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h index 7e4aa9a1c8..4bf6b1fbda 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@ -468,6 +468,7 @@ int avio_put_str16be(AVIOContext *s, const char *str); * * Zero-length ranges are omitted from the output. * + * @param s the AVIOContext * @param time the stream time the current bytestream pos corresponds to * (in AV_TIME_BASE units), or AV_NOPTS_VALUE if unknown or not * applicable |