summaryrefslogtreecommitdiff
path: root/libav/rm.c
diff options
context:
space:
mode:
Diffstat (limited to 'libav/rm.c')
-rw-r--r--libav/rm.c2
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();
}
}