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

spyfeng subversion at mplayerhq.hu
Tue Apr 20 17:39:15 CEST 2010


Author: spyfeng
Date: Tue Apr 20 17:39:15 2010
New Revision: 5772

Log:
remove useless codelines.

Modified:
   mms/mmst.c

Modified: mms/mmst.c
==============================================================================
--- mms/mmst.c	Tue Apr 20 17:32:45 2010	(r5771)
+++ mms/mmst.c	Tue Apr 20 17:39:15 2010	(r5772)
@@ -268,7 +268,6 @@ static MMSSCPacketType get_tcp_server_re
                                                   length_remaining) ;
                     if (read_result == length_remaining) {
                         packet_type= AV_RL16(mms->in_buffer+36);
-
                     } else {
                         dprintf(NULL, "3 read returned %d!\n", read_result);
                     }
@@ -282,7 +281,6 @@ static MMSSCPacketType get_tcp_server_re
 
                 assert(mms->remaining_in_len==0);
 
-                //** VERIFY LENGTH REMAINING HAS SPACE
                 // note we cache the first 8 bytes,
                 // then fill up the buffer with the others
                 tmp                       = AV_RL16(mms->in_buffer + 6);


More information about the FFmpeg-soc mailing list