From 9fe5a7b83107051812a00eaebb01db11d7378980 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 1 Oct 2004 12:31:11 +0000 Subject: do not call (av_)abort() Originally committed as revision 3543 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpegaudio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/mpegaudio.c') diff --git a/libavcodec/mpegaudio.c b/libavcodec/mpegaudio.c index ac773865ec..b0b5d68b60 100644 --- a/libavcodec/mpegaudio.c +++ b/libavcodec/mpegaudio.c @@ -466,7 +466,7 @@ static void compute_scale_factors(unsigned char scale_code[SBLIMIT], sf[1] = sf[2] = sf[0]; break; default: - av_abort(); + assert(0); //cant happen } #if 0 -- cgit v1.2.3