Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/http.c')
-rw-r--r--libavformat/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/http.c b/libavformat/http.c
index b19c5dbcc2..f81ce1654b 100644
--- a/libavformat/http.c
+++ b/libavformat/http.c
@@ -191,7 +191,7 @@ static int http_connect(URLContext *h, const char *path, const char *hoststr)
"\n",
post ? "POST" : "GET",
path,
- FFMPEG_VERSION,
+ LIBAVFORMAT_VERSION,
hoststr);
if (http_write(h, s->buffer, strlen(s->buffer)) < 0)