projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aadcc5c
)
use more portable PRIu64
author
Guillaume Poirier
<gpoirier@mplayerhq.hu>
Thu, 25 Jan 2007 10:01:28 +0000
(10:01 +0000)
committer
Guillaume Poirier
<gpoirier@mplayerhq.hu>
Thu, 25 Jan 2007 10:01:28 +0000
(10:01 +0000)
Originally committed as revision 7707 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/http.c
patch
|
blob
|
blame
|
history
diff --git
a/libavformat/http.c
b/libavformat/http.c
index
0a58887
..
63cdb34
100644
(file)
--- a/
libavformat/http.c
+++ b/
libavformat/http.c
@@
-222,7
+222,7
@@
static int http_connect(URLContext *h, const char *path, const char *hoststr,
"%s %s HTTP/1.1\r\n"
"User-Agent: %s\r\n"
"Accept: */*\r\n"
- "Range: bytes=%
llu
-\r\n"
+ "Range: bytes=%
"PRId64"
-\r\n"
"Host: %s\r\n"
"Authorization: Basic %s\r\n"
"\r\n",