[FFmpeg-soc] [soc]: r5710 - mms/mmst.c
spyfeng
subversion at mplayerhq.hu
Tue Mar 23 17:27:07 CET 2010
Author: spyfeng
Date: Tue Mar 23 17:27:07 2010
New Revision: 5710
Log:
add "" between two lines for a string.
Modified:
mms/mmst.c
Modified: mms/mmst.c
==============================================================================
--- mms/mmst.c Tue Mar 23 17:23:47 2010 (r5709)
+++ mms/mmst.c Tue Mar 23 17:27:07 2010 (r5710)
@@ -503,8 +503,8 @@ static int read_mms_packet(MMSContext *m
switch (packet_type) {
case SC_PKT_ASF_MEDIA:
if(mms->pkt_buf_len>mms->asf_packet_len) {
- dprintf(NULL, "Incoming packet
- larger than the asf packet size stated (%d>%d)\n",
+ dprintf(NULL, "Incoming packet"
+ "larger than the asf packet size stated (%d>%d)\n",
mms->pkt_buf_len, mms->asf_packet_len);
result= AVERROR_IO;
break;
More information about the FFmpeg-soc
mailing list