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

spyfeng subversion at mplayerhq.hu
Mon Mar 15 14:11:15 CET 2010


Author: spyfeng
Date: Mon Mar 15 14:11:15 2010
New Revision: 5671

Log:
remove commented lines.

Modified:
   mms/mmst.c

Modified: mms/mmst.c
==============================================================================
--- mms/mmst.c	Mon Mar 15 14:05:15 2010	(r5670)
+++ mms/mmst.c	Mon Mar 15 14:11:15 2010	(r5671)
@@ -658,18 +658,10 @@ static int mms_open_cnx(URLContext *h)
 
     send_startup_packet(mms);
     if (get_tcp_server_response(mms) == SC_PACKET_CLIENT_ACCEPTED) {
-//        start_command_packet(mms, CS_PACKET_TIMING_DATA_REQUEST_TYPE);
-//        insert_command_prefixes(mms, 0xf0f0f0f1, 0x0004000b);
-//        send_command_packet(mms);
             send_protocol_select(mms);
     } else
         goto fail;
 
-//    if (get_tcp_server_response(mms) == SC_PACKET_TIMING_TEST_REPLY_TYPE) {
-//        send_protocol_select(mms);
-//    } else
-//        goto fail;
-
     if (get_tcp_server_response(mms) == SC_PACKET_PROTOCOL_ACCEPTED_TYPE) {
         send_media_file_request(mms);
     } else


More information about the FFmpeg-soc mailing list