Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libav/mpeg.c')
-rw-r--r--libav/mpeg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libav/mpeg.c b/libav/mpeg.c
index 02a8b29bea..f6ceaeedbe 100644
--- a/libav/mpeg.c
+++ b/libav/mpeg.c
@@ -190,7 +190,7 @@ static int mpeg_mux_init(AVFormatContext *ctx)
s->video_bound++;
break;
default:
- abort();
+ av_abort();
}
}
@@ -238,7 +238,7 @@ static int mpeg_mux_init(AVFormatContext *ctx)
90000 * FRAME_RATE_BASE);
break;
default:
- abort();
+ av_abort();
}
}
return 0;