From 42343f7e6e92dcd7d134e288cef6d1005c9ca666 Mon Sep 17 00:00:00 2001 From: Philip Gladstone Date: Thu, 12 Sep 2002 02:34:01 +0000 Subject: Change calls to abort() to be calls to av_abort() Originally committed as revision 921 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libav/rm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libav/rm.c') diff --git a/libav/rm.c b/libav/rm.c index 00b4f641d4..c3e2e8c26a 100644 --- a/libav/rm.c +++ b/libav/rm.c @@ -313,7 +313,7 @@ static int rm_write_header(AVFormatContext *s) stream->total_frames = stream->nb_packets; break; default: - abort(); + av_abort(); } } -- cgit v1.2.3