diff mpegaudio.c @ 653:714795876872 libavcodec

Change abort() calls to av_abort() calls.
author philipjsg
date Thu, 12 Sep 2002 02:34:56 +0000
parents 000aeeac27a2
children 7fccaa0d699d
line wrap: on
line diff
--- 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