Commit 8f0168a3 authored by Michael Niedermayer's avatar Michael Niedermayer

fix exit_program() prototypes

This fixes 2 warnings
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 032ba74e
......@@ -378,7 +378,7 @@ static int decode_interrupt_cb(void *ctx)
const AVIOInterruptCB int_cb = { decode_interrupt_cb, NULL };
static void exit_program()
static void exit_program(void)
{
int i, j;
......
......@@ -141,7 +141,7 @@ static const char unit_bit_per_second_str[] = "bit/s";
static uint64_t *nb_streams_packets;
static uint64_t *nb_streams_frames;
static void exit_program()
static void exit_program(void)
{
av_dict_free(&fmt_entries_to_show);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment