[FFmpeg-soc] [soc]: r2574 - mlp/mlpdec.c
ramiro
subversion at mplayerhq.hu
Wed Jun 25 03:30:58 CEST 2008
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;
}
More information about the FFmpeg-soc
mailing list