[Mplayer-cvslog] CVS: main/libmpdemux network.c,1.37,1.38

Bertrand Baudet bertrand at mplayer.dev.hu
Sat Feb 23 08:40:28 CET 2002


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

Modified Files:
	network.c 
Log Message:
Handle HTTP OK  response that doesn't contain a mime-type.


Index: network.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/network.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- network.c	22 Feb 2002 14:05:41 -0000	1.37
+++ network.c	23 Feb 2002 07:40:25 -0000	1.38
@@ -426,11 +426,10 @@
 								return 0; 
 							}
 						}
-						// Not found in the mime type table, don't fail,
-						// we should try raw HTTP
-						return 0;
 					}
-					break;
+					// Not found in the mime type table, don't fail,
+					// we should try raw HTTP
+					return 0;
 				// Redirect
 				case 301: // Permanently
 				case 302: // Temporarily




More information about the MPlayer-cvslog mailing list