summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2003-03-09 16:07:19 +0000
committerAlex Beregszaszi <alex@rtfs.hu>2003-03-09 16:07:19 +0000
commitce2749d2c462fe90f18f3817af65d81a08e4d0dd (patch)
treedab4d3ed31968c11648be47659c4096782061ee0 /libavformat
parent7b3da20487f1cc5df5c48e1e5f782c08f241d6b9 (diff)
simplified
Originally committed as revision 1655 to svn://svn.ffmpeg.org/ffmpeg/trunk
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)