summaryrefslogtreecommitdiff
path: root/ffserver.c
diff options
context:
space:
mode:
authorRyutaroh Matsumoto <ryutaroh@it.ss.titech.ac.jp>2002-12-20 23:10:58 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-12-20 23:10:58 +0000
commitc6c11cb6c620af1e4d4d96b373456b83cfec1ae5 (patch)
tree4c1bdbee1236377c8c57c7bcc19c0ce4096560bb /ffserver.c
parent732d9245c936a2e1ed298e4fae9c31e53bfde777 (diff)
mimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh at it dot ss dot titech dot ac dot jp>)
Originally committed as revision 1352 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffserver.c')
-rw-r--r--ffserver.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffserver.c b/ffserver.c
index 1b9552d1d4..598d47f297 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -1489,7 +1489,6 @@ static int http_parse_request(HTTPContext *c)
c->wmp_client_id = random() & 0x7fffffff;
q += sprintf(q, "Server: Cougar 4.1.0.3923\r\nCache-Control: no-cache\r\nPragma: client-id=%d\r\nPragma: features=\"broadcast\"\r\n", c->wmp_client_id);
- mime_type = "application/octet-stream";
}
q += sprintf(q, "Content-Type: %s\r\n", mime_type);
q += sprintf(q, "\r\n");