Author: spyfeng
Date: Thu Jun 17 17:32:35 2010
New Revision: 5836

Log:
fix a bug for cann't build connections with other links.
eg:
mmsh://wm-live.sr.se/SR-P3-High/
mmsh://vipnrj.yacast.net/nrj_webtv02
mmsh://livewm.orange.fr/live-multicanaux

Modified:
   mms/mmsh.c

Modified: mms/mmsh.c
==============================================================================
--- mms/mmsh.c  Wed Jun 16 17:31:36 2010        (r5835)
+++ mms/mmsh.c  Thu Jun 17 17:32:35 2010        (r5836)
@@ -337,7 +337,7 @@ static int get_http_header_data(MMSHCont
             if (!mms->is_header_parsed) {
                 res = asf_header_parser(mms);
                 mms->is_header_parsed = 1;
-                //return res;
+                return res;
             }
         } else if (chunk_type == CHUNK_TYPE_DATA) {
             // read data packet and do padding
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to