]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/aviobuf.c
aviobuf: Increase the default SHORT_SEEK_THRESHOLD to 32 KB
[ffmpeg] / libavformat / aviobuf.c
index 82c20cab5224ff28eaa2ef575dea454182f98757..78cc60b2ae9cc055d89461c1b800b6af4a7faf2b 100644 (file)
@@ -40,7 +40,7 @@
  * data instead of calling the protocol seek function, for seekable
  * protocols.
  */
-#define SHORT_SEEK_THRESHOLD 4096
+#define SHORT_SEEK_THRESHOLD 32768
 
 static void *ff_avio_child_next(void *obj, void *prev)
 {