[FFmpeg-cvslog] avformat/avio: Add doxy for missing argument

Marvin Scholz git at videolan.org
Mon Oct 17 11:01:25 EEST 2022


ffmpeg | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sat Sep 24 23:49:01 2022 +0200| [226dde687ffb3c2a6a6cb4522f2a1fd9a97ab7d0] | committer: Anton Khirnov

avformat/avio: Add doxy for missing argument

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=226dde687ffb3c2a6a6cb4522f2a1fd9a97ab7d0
---

 libavformat/avio.h | 1 +
 1 file changed, 1 insertion(+)

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



More information about the ffmpeg-cvslog mailing list