diff options
author | Philip Gladstone <philipjsg@users.sourceforge.net> | 2002-09-12 02:34:01 +0000 |
---|---|---|
committer | Philip Gladstone <philipjsg@users.sourceforge.net> | 2002-09-12 02:34:01 +0000 |
commit | 42343f7e6e92dcd7d134e288cef6d1005c9ca666 (patch) | |
tree | 50419265fcc8337f7a0c4413fd32fd12b2a50a78 /libav/rm.c | |
parent | a782f209df44c372545ecf8ef29d17fedaa8e75e (diff) | |
download | ffmpeg-42343f7e6e92dcd7d134e288cef6d1005c9ca666.tar.gz |
Change calls to abort() to be calls to av_abort()
Originally committed as revision 921 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libav/rm.c')
-rw-r--r-- | libav/rm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } } |