[FFmpeg-soc] [soc]: r5920 - mms/mmsh.c

spyfeng subversion at mplayerhq.hu
Wed Aug 18 18:24:56 CEST 2010


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;
     }


More information about the FFmpeg-soc mailing list