]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avio.h
Merge commit '9d74012761bc3ee676fe43321d5699e4877fde5b'
[ffmpeg] / libavformat / avio.h
index abe13b2719167f8817b6a47a29082f4b5ce7d4bd..c3c0b73f2c035f9541ed9aa2d14253c54fddf16b 100644 (file)
@@ -458,7 +458,7 @@ attribute_deprecated
 int url_feof(AVIOContext *s);
 #endif
 
-/** @warning currently size is limited */
+/** @warning Writes up to 4 KiB per call */
 int avio_printf(AVIOContext *s, const char *fmt, ...) av_printf_format(2, 3);
 
 /**