[FFmpeg-soc] [soc]: r2480 - mlp/mlpdec.c

ramiro subversion at mplayerhq.hu
Wed Jun 18 22:02:17 CEST 2008


Author: ramiro
Date: Wed Jun 18 22:02:17 2008
New Revision: 2480

Log:
Add newlines to log messages.

Modified:
   mlp/mlpdec.c

Modified: mlp/mlpdec.c
==============================================================================
--- mlp/mlpdec.c	(original)
+++ mlp/mlpdec.c	Wed Jun 18 22:02:17 2008
@@ -966,7 +966,7 @@ static int read_access_unit(AVCodecConte
 
     if (!m->params_valid) {
         av_log(m->avctx, AV_LOG_WARNING,
-               "Stream parameters not seen; skipping frame");
+               "Stream parameters not seen; skipping frame\n");
         return length * 2;
     }
 
@@ -988,7 +988,7 @@ static int read_access_unit(AVCodecConte
 
         if (end + header_size > length) {
             av_log(m->avctx, AV_LOG_ERROR,
-                   "Substream %d data indicated length goes off end of packet.",
+                   "Substream %d data indicated length goes off end of packet.\n",
                    substr);
             end = length - header_size;
         }



More information about the FFmpeg-soc mailing list