diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-10-02 21:55:17 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-10-02 21:55:31 +0200 |
commit | 8f0168a3b946359a0fde574b6dd9a1e147253dfa (patch) | |
tree | 90eb543b5fd8a84985097593e37f2adedaf2541f /ffmpeg.c | |
parent | 032ba74ed29e0af77da04d2305b0470cb42b1955 (diff) | |
download | ffmpeg-8f0168a3b946359a0fde574b6dd9a1e147253dfa.tar.gz |
fix exit_program() prototypes
This fixes 2 warnings
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |