[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
    
        - Previous message: [Mplayer-cvslog] CVS: main/libmpdemux http.c,1.10,1.11
- Next message: [Mplayer-cvslog] CVS: main/Gui/mplayer menu.h,1.8,1.9 mplayer.c,1.20,1.21 mplayer.h,1.4,1.5 mw.h,1.42,1.43 play.c,1.46,1.47 play.h,1.19,1.20 sw.h,1.26,1.27 widgets.c,1.16,1.17 widgets.h,1.11,1.12 psignal.c,1.24,NONE psignal.h,1.7,NONE
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
  
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
    
    
        
	- Previous message: [Mplayer-cvslog] CVS: main/libmpdemux http.c,1.10,1.11
- Next message: [Mplayer-cvslog] CVS: main/Gui/mplayer menu.h,1.8,1.9 mplayer.c,1.20,1.21 mplayer.h,1.4,1.5 mw.h,1.42,1.43 play.c,1.46,1.47 play.h,1.19,1.20 sw.h,1.26,1.27 widgets.c,1.16,1.17 widgets.h,1.11,1.12 psignal.c,1.24,NONE psignal.h,1.7,NONE
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
More information about the MPlayer-cvslog
mailing list