]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/http.c
threads: limit the number of automatic threads to MAX_AUTO_THREADS
[ffmpeg] / libavformat / http.c
index a9b4d5a57344520475e547f35950d4efbeac5e24..7badf720ed6881ebaecf800027db55afa176459d 100644 (file)
@@ -67,7 +67,7 @@ static const AVClass flavor ## _context_class = {\
     .item_name      = av_default_item_name,\
     .option         = options,\
     .version        = LIBAVUTIL_VERSION_INT,\
-};
+}
 
 HTTP_CLASS(http);
 HTTP_CLASS(https);