]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg.c
Merge commit 'd9bf716945046333c24580d538f450b516f15710'
[ffmpeg] / ffmpeg.c
index 956040479ad64bc4d5208fad5b912e7c4241c7f9..db25f64c1b48c72c23e7ee648b21021e63066062 100644 (file)
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -1870,7 +1870,7 @@ static int output_packet(InputStream *ist, const AVPacket *pkt)
 
 static void print_sdp(void)
 {
-    char sdp[2048];
+    char sdp[16384];
     int i;
     AVFormatContext **avc = av_malloc(sizeof(*avc) * nb_output_files);