This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
use more portable PRIu64
Originally committed as revision 7707 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Guillaume Poirier
19 years ago
parent
aadcc5cecd
commit
706c0d6509
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/http.c
+ 1
- 1
libavformat/http.c
View File
@@ -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",
Write
Preview
Loading…
Cancel
Save