[FFmpeg-soc] [soc]: r5723 - mms/mmst.c
spyfeng
subversion at mplayerhq.hu
Sat Mar 27 04:32:37 CET 2010
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;
More information about the FFmpeg-soc
mailing list