Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-10-03 18:20:41 +0400
committerDiego Biurrun <diego@biurrun.de>2012-10-03 20:07:49 +0400
commit8be5b0d6d52d0308bfa99218e8f4f9436498d92a (patch)
tree9b02b98db396a62371f790740956cd0230ab0815 /avconv.c
parent05e209c04ceda37c9a6921f17955c841b93419a2 (diff)
avconv/avprobe: Add missing 'void' to exit_program() definition
Diffstat (limited to 'avconv.c')
-rw-r--r--avconv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avconv.c b/avconv.c
index 2e420651c1..9aaa4a8cc2 100644
--- a/avconv.c
+++ b/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;