mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
avconv/avprobe: Add missing 'void' to exit_program() definition
This commit is contained in:
parent
05e209c04c
commit
8be5b0d6d5
2
avconv.c
2
avconv.c
@ -143,7 +143,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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user