Author: spyfeng
Date: Sat Mar 27 16:59:57 2010
New Revision: 5726

Log:
modify identation.

Modified:
   mms/mmst.c

Modified: mms/mmst.c
==============================================================================
--- mms/mmst.c  Sat Mar 27 16:58:04 2010        (r5725)
+++ mms/mmst.c  Sat Mar 27 16:59:57 2010        (r5726)
@@ -475,8 +475,8 @@ static int read_mms_packet(MMSContext *m
                             mms->pkt_buf_len, mms->asf_packet_len);
                     result= AVERROR_IO;
                 } else {
-                // copy the data to the packet buffer.
-                read_data(mms, buf, buf_size, &result);
+                    // copy the data to the packet buffer.
+                    read_data(mms, buf, buf_size, &result);
                 }
             } else {
                 dprintf(NULL, "Got a unkown Packet Type: 0x%x\n", packet_type);
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to