summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat')
-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)