summaryrefslogtreecommitdiff
path: root/libavformat/http.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-10-30 17:59:01 +0100
committerDiego Biurrun <diego@biurrun.de>2011-11-02 10:42:54 +0100
commit20566eb0f0e3b0f538bcf68fca42e67afaa0dec6 (patch)
treed06fd70d43d1d8ad060f36c02861579ffdca5bfd /libavformat/http.c
parent124e28847b95a70724399c8473dd778b5c4c8ffc (diff)
Replace outdated references to ffmpeg tool with avconv.
Diffstat (limited to 'libavformat/http.c')
-rw-r--r--libavformat/http.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/http.c b/libavformat/http.c
index 10ec70fedd..1db9e82cc4 100644
--- a/libavformat/http.c
+++ b/libavformat/http.c
@@ -1,5 +1,5 @@
/*
- * HTTP protocol for ffmpeg client
+ * HTTP protocol for avconv client
* Copyright (c) 2000, 2001 Fabrice Bellard
*
* This file is part of Libav.
@@ -31,7 +31,7 @@
#include "url.h"
#include "libavutil/opt.h"
-/* XXX: POST protocol is not completely implemented because ffmpeg uses
+/* XXX: POST protocol is not completely implemented because avconv uses
only a subset of it. */
/* used for protocol handling */