aboutsummaryrefslogtreecommitdiff
path: root/lib/ffmpeg
diff options
context:
space:
mode:
authorarnova <nospam@void.org>2011-11-08 08:35:59 +0100
committerarnova <nospam@void.org>2011-11-08 08:36:40 +0100
commitdc0509f7a6341a72ca4399fee37e30c91fddc222 (patch)
tree16bb3540c57d516ee943a0d077e8790475505a57 /lib/ffmpeg
parent950e1b95354f5a70292716fbf9fd978e3205f518 (diff)
fixed: Typo
Diffstat (limited to 'lib/ffmpeg')
-rw-r--r--lib/ffmpeg/libavformat/mmsh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ffmpeg/libavformat/mmsh.c b/lib/ffmpeg/libavformat/mmsh.c
index 3ae886f5ae..cc6efa3ea3 100644
--- a/lib/ffmpeg/libavformat/mmsh.c
+++ b/lib/ffmpeg/libavformat/mmsh.c
@@ -284,7 +284,7 @@ static int mmsh_open_internal(URLContext *h, const char *uri, int flags, int tim
CLIENTGUID
"Pragma: stream-switch-count=%d\r\n"
"Pragma: stream-switch-entry=%s\r\n"
- "Pragma: no-cache,rate)1.000000,stream-time=%u"
+ "Pragma: no-cache,rate=1.000000,stream-time=%u"
"Connection: Close\r\n\r\n",
host, port, mmsh->request_seq++, mms->stream_num, stream_selection, timestamp);
av_freep(&stream_selection);