From 7a022f4cdd058c174f13a6080f9ebe6bc63bd5c4 Mon Sep 17 00:00:00 2001
From: Joey Smith <joeysmith@gmail.com>
Date: Sun, 10 May 2020 01:55:31 -0600
Subject: [PATCH] libavformat/internal.h - Adjust MAX_URL_SIZE to 8k

---
 libavformat/internal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/internal.h b/libavformat/internal.h
index 17a6ab07d3..5a6d499813 100644
--- a/libavformat/internal.h
+++ b/libavformat/internal.h
@@ -27,7 +27,7 @@
 #include "avformat.h"
 #include "os_support.h"

-#define MAX_URL_SIZE 4096
+#define MAX_URL_SIZE 8192

 /** size of probe buffer, for guessing file type from file contents */
 #define PROBE_BUF_MIN 2048
--
2.24.3

