# HG changeset patch # User philipjsg # Date 1031798096 0 # Node ID 714795876872b9faf4dff5e4192c218f8ddf7437 # Parent c7647afc3ce5fdf9c814a7e1cdce5aeed7d35e8a Change abort() calls to av_abort() calls. diff -r c7647afc3ce5 -r 714795876872 imgresample.c --- a/imgresample.c Thu Sep 12 00:27:08 2002 +0000 +++ b/imgresample.c Thu Sep 12 02:34:56 2002 +0000 @@ -66,7 +66,7 @@ /* test */ if ((src_pos >> POS_FRAC_BITS) < 0 || (src_pos >> POS_FRAC_BITS) > (src_width - NB_TAPS)) - abort(); + av_abort(); #endif s = src + (src_pos >> POS_FRAC_BITS); phase = get_phase(src_pos); diff -r c7647afc3ce5 -r 714795876872 mpegaudio.c --- a/mpegaudio.c Thu Sep 12 00:27:08 2002 +0000 +++ b/mpegaudio.c Thu Sep 12 02:34:56 2002 +0000 @@ -454,7 +454,7 @@ sf[1] = sf[2] = sf[0]; break; default: - abort(); + av_abort(); } #if 0