[Mplayer-cvslog] CVS: main/libmpdemux asf_streaming.c,1.14,1.15

pl pl at mplayer.dev.hu
Tue Dec 25 12:40:12 CET 2001


Update of /cvsroot/mplayer/main/libmpdemux
In directory mplayer:/var/tmp.root/cvs-serv18473

Modified Files:
	asf_streaming.c 
Log Message:
As nobody fixed this yet:
"asf_streaming.c: In function asf_http_request':
 asf_streaming.c:414: warning: too few arguments for format
 asf_streaming.c:431: warning: too few arguments for format"


Index: asf_streaming.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/asf_streaming.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- asf_streaming.c	17 Dec 2001 01:58:24 -0000	1.14
+++ asf_streaming.c	25 Dec 2001 11:40:10 -0000	1.15
@@ -411,7 +411,7 @@
 				}				
 				if(as < 0) {
 					if(audio_id > 0) 
-		       				printf("Audio stream %d don't exist\n");
+		       				printf("Audio stream %d don't exist\n", as);
 					as = asf_http_ctrl->audio_streams[0];
 				}
 				ptr += sprintf(ptr, " ffff:%d:0",as);
@@ -428,7 +428,7 @@
 				}
 				if(vs < 0) {
 					if(video_id > 0) 
-						printf("Video stream %d don't exist\n");
+						printf("Video stream %d don't exist\n",vs);
 					vs = asf_http_ctrl->video_streams[0];
 		       		}
 				ptr += sprintf( ptr, " ffff:%d:0",vs);




More information about the MPlayer-cvslog mailing list