Author: ramiro
Date: Wed Jun 25 03:30:58 2008
New Revision: 2574

Log:
There are errors, not info.

Modified:
   mlp/mlpdec.c

Modified: mlp/mlpdec.c
==============================================================================
--- mlp/mlpdec.c        (original)
+++ mlp/mlpdec.c        Wed Jun 25 03:30:58 2008
@@ -1037,7 +1037,7 @@ static int read_access_unit(AVCodecConte
         }
 
         if (end < substream_start) {
-            av_log(avctx, AV_LOG_INFO,
+            av_log(avctx, AV_LOG_ERROR,
                    "Substream %d data indicated end offset "
                    "is before calculated start offset.\n",
                    substr);
@@ -1053,7 +1053,7 @@ static int read_access_unit(AVCodecConte
     }
 
     if ((((parity_bits >> 4) ^ parity_bits) & 0xF) != 0xF) {
-        av_log(avctx, AV_LOG_INFO, "Parity check failed.\n");
+        av_log(avctx, AV_LOG_ERROR, "Parity check failed.\n");
         goto error;
     }
 
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to