ALS error message pretty print

One prettier message.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Thilo Borgmann 2012-03-26 15:25:27 +02:00 committed by Michael Niedermayer
parent cece491daa
commit 04dc7e7e5e
1 changed files with 1 additions and 1 deletions

View File

@ -664,7 +664,7 @@ static int read_var_block_data(ALSDecContext *ctx, ALSBlockData *bd)
2, sconf->max_order + 1));
*bd->opt_order = get_bits(gb, opt_order_length);
if (*bd->opt_order > sconf->max_order) {
av_log(avctx, AV_LOG_ERROR, "Order too large\n");
av_log(avctx, AV_LOG_ERROR, "Predictor order too large!\n");
return -1;
}
} else {