Author: spyfeng Date: Sat Mar 27 04:32:37 2010 New Revision: 5723 Log: remove useless code in read_mms_packet(), because we don't expect receive asf header in it. and tested pass with the link: mmst://129.22.104.167/a/physics/kavli_cerca_npr.wmv
Modified: mms/mmst.c Modified: mms/mmst.c ============================================================================== --- mms/mmst.c Sat Mar 27 03:55:04 2010 (r5722) +++ mms/mmst.c Sat Mar 27 04:32:37 2010 (r5723) @@ -480,10 +480,6 @@ static int read_mms_packet(MMSContext *m // copy the data to the packet buffer. read_data(mms, buf, buf_size, &result); break; - case SC_PKT_ASF_HEADER: - // copy the data to the packet buffer. - read_data(mms, buf, buf_size, &result); - break; default: dprintf(NULL, "Got a unkown Packet Type: 0x%x\n", packet_type); break; _______________________________________________ FFmpeg-soc mailing list FFmpeg-soc@mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc