atrac3: switch to av_assert

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-07-22 05:23:27 +02:00
parent 86af292883
commit 2f48dff455
1 changed files with 1 additions and 1 deletions

View File

@ -609,7 +609,7 @@ static void reverseMatrixing(float *su1, float *su2, int *pPrevCode, int *pCurrC
}
break;
default:
assert(0);
av_assert1(0);
}
}
}