summaryrefslogtreecommitdiffstats
path: root/libmpdemux/cddb.c
diff options
context:
space:
mode:
authorattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-02-17 12:30:45 +0000
committerattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-02-17 12:30:45 +0000
commitb603289132cbe36dc57ab9f284742f5b47e6818e (patch)
treeaf802179660474434ab46bab525d70aec037987d /libmpdemux/cddb.c
parentdd4befd76fd2e8a4c30681f8dae17186065cc8c8 (diff)
downloadmpv-b603289132cbe36dc57ab9f284742f5b47e6818e.tar.bz2
mpv-b603289132cbe36dc57ab9f284742f5b47e6818e.tar.xz
enable seeking in http streams
patch by Valentine Zaretsky <valik+mplayerdev@email.dp.ua> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11966 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/cddb.c')
-rw-r--r--libmpdemux/cddb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/cddb.c b/libmpdemux/cddb.c
index 1b18f6c5ac..5af6735dd2 100644
--- a/libmpdemux/cddb.c
+++ b/libmpdemux/cddb.c
@@ -204,7 +204,7 @@ cddb_http_request(char *command, int (*reply_parser)(HTTP_header_t*,cddb_data_t*
return -1;
}
- fd = http_send_request(url);
+ fd = http_send_request(url,0);
if( fd<0 ) {
printf("failed to send the http request\n");
return -1;