[SCM] libav/experimental: use more portable PRIu64

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:55:34 UTC 2013


The following commit has been merged in the experimental branch:
commit 706c0d65095f2e7f2f15833cb8bcf59f30c29e28
Author: Guillaume Poirier <gpoirier at mplayerhq.hu>
Date:   Thu Jan 25 10:01:28 2007 +0000

    use more portable PRIu64
    
    Originally committed as revision 7707 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/http.c b/libavformat/http.c
index 0a58887..63cdb34 100644
--- 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",

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list