Author: spyfeng
Date: Wed Aug 18 18:24:56 2010
New Revision: 5920
Log:
modify log message.
Modified:
mms/mmsh.c
Modified: mms/mmsh.c
==============================================================================
--- mms/mmsh.c Wed Aug 18 18:22:16 2010 (r5919)
+++ mms/mmsh.c Wed Aug 18 18:24:56 2010 (r5920)
@@ -115,7 +115,7 @@ static int read_data_packet(MMSHContext
int res;
if (len > sizeof(mms->in_buffer)) {
av_log(NULL, AV_LOG_ERROR,
- "Data packet len = %d exceed the in_buffer size %d\n",
+ "Data packet length %d exceeds the in_buffer size %d\n",
len, sizeof(mms->in_buffer));
return AVERROR_IO;
}
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc