mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
fix exit_program() prototypes
This fixes 2 warnings Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
032ba74ed2
commit
8f0168a3b9
2
ffmpeg.c
2
ffmpeg.c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user