[Mplayer-cvslog] CVS: main/libmpdemux open.c,1.16,1.17
Arpi of Ize
arpi at mplayer.dev.hu
Sat Oct 20 22:35:14 CEST 2001
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux aviprint.c,1.7,1.8 demux_avi.c,1.30,1.31 demuxer.c,1.34,1.35 open.c,1.15,1.16 parse_es.c,1.5,1.6 test.c,1.1,1.2
- Next message: [Mplayer-cvslog] CVS: main/postproc swscale.c,1.16,1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libmpdemux
In directory mplayer:/var/tmp.root/cvs-serv21262
Modified Files:
open.c
Log Message:
streaming fixed
Index: open.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/open.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- open.c 20 Oct 2001 20:03:10 -0000 1.16
+++ open.c 20 Oct 2001 20:35:12 -0000 1.17
@@ -261,10 +261,12 @@
return NULL;
}
f=streaming_start( &url, f, *file_format );
+//printf("streaming_start(%d) returned %d\n",*file_format,f);
if(f<0){ mp_msg(MSGT_OPEN,MSGL_ERR,MSGTR_UnableOpenURL, url->url); return NULL; }
mp_msg(MSGT_OPEN,MSGL_INFO,MSGTR_ConnToServer, url->hostname );
stream=new_stream(f,STREAMTYPE_STREAM);
- return NULL;
+// return NULL;
+ return stream;
}
#endif
- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux aviprint.c,1.7,1.8 demux_avi.c,1.30,1.31 demuxer.c,1.34,1.35 open.c,1.15,1.16 parse_es.c,1.5,1.6 test.c,1.1,1.2
- Next message: [Mplayer-cvslog] CVS: main/postproc swscale.c,1.16,1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list