[FFmpeg-soc] [soc]: r5726 - mms/mmst.c
spyfeng
subversion at mplayerhq.hu
Sat Mar 27 16:59:58 CET 2010
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);
More information about the FFmpeg-soc
mailing list