We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032ba74 commit 8f0168aCopy full SHA for 8f0168a
ffmpeg.c
@@ -378,7 +378,7 @@ static int decode_interrupt_cb(void *ctx)
378
379
const AVIOInterruptCB int_cb = { decode_interrupt_cb, NULL };
380
381
-static void exit_program()
+static void exit_program(void)
382
{
383
int i, j;
384
ffprobe.c
@@ -141,7 +141,7 @@ static const char unit_bit_per_second_str[] = "bit/s";
141
static uint64_t *nb_streams_packets;
142
static uint64_t *nb_streams_frames;
143
144
145
146
av_dict_free(&fmt_entries_to_show);
147
}
0 commit comments