mirror of https://git.ffmpeg.org/ffmpeg.git
atrac3: switch to av_assert
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
86af292883
commit
2f48dff455
|
@ -609,7 +609,7 @@ static void reverseMatrixing(float *su1, float *su2, int *pPrevCode, int *pCurrC
|
|||
}
|
||||
break;
|
||||
default:
|
||||
assert(0);
|
||||
av_assert1(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue