[FFmpeg-soc] [soc]: r5694 - mms/mmst.c

spyfeng subversion at mplayerhq.hu
Sun Mar 21 08:52:06 CET 2010


Author: spyfeng
Date: Sun Mar 21 08:52:06 2010
New Revision: 5694

Log:
modify comment lines.

Modified:
   mms/mmst.c

Modified: mms/mmst.c
==============================================================================
--- mms/mmst.c	Sun Mar 21 04:15:23 2010	(r5693)
+++ mms/mmst.c	Sun Mar 21 08:52:06 2010	(r5694)
@@ -219,12 +219,11 @@ static int send_protocol_select(MMSConte
 {
     char data_string[256];
 
-    // send the timing request packet...
     start_command_packet(mms, CS_PKT_PROTOCOL_SELECT);
     insert_command_prefixes(mms, 0, 0xffffffff);
-    put_le32(&mms->outgoing_packet_data, 0);  // maxFunnelBytes
-    put_le32(&mms->outgoing_packet_data, 0x00989680);  // maxbitRate
-    put_le32(&mms->outgoing_packet_data, 2);
+    put_le32(&mms->outgoing_packet_data, 0); // maxFunnelBytes
+    put_le32(&mms->outgoing_packet_data, 0x00989680); // maxbitRate
+    put_le32(&mms->outgoing_packet_data, 2); // funnelMode
     snprintf(data_string, sizeof(data_string), "\\\\%d.%d.%d.%d\\%s\\%d",
             (mms->local_ip_address>>24)&0xff,
             (mms->local_ip_address>>16)&0xff,


More information about the FFmpeg-soc mailing list