]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/aviobuf.c
lavf/mpegtsenc: add automatic bitstream filtering
[ffmpeg] / libavformat / aviobuf.c
index c2aa8dc96e2ad2e4069b40edd69b74dcfa4f6e9a..57cbf8311ded2299d1f484f8c371735893ed1f76 100644 (file)
@@ -968,7 +968,7 @@ int avio_closep(AVIOContext **s)
 int avio_printf(AVIOContext *s, const char *fmt, ...)
 {
     va_list ap;
-    char buf[4096];
+    char buf[4096]; /* update doc entry in avio.h if changed */
     int ret;
 
     va_start(ap, fmt);