[libav-devel] [PATCH] avprobe/avconv: fix tentative declaration compile errors on MSVS.

2012-07-25 Thread Ronald S. Bultje
From: Ronald S. Bultje rsbul...@gmail.com --- avconv.c |5 +++-- avprobe.c |5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/avconv.c b/avconv.c index 7142ab4..439672a 100644 --- a/avconv.c +++ b/avconv.c @@ -104,7 +104,7 @@ typedef struct MetadataMap { int

Re: [libav-devel] [PATCH] avprobe/avconv: fix tentative declaration compile errors on MSVS.

2012-07-25 Thread Luca Barbato
On 07/26/2012 07:23 AM, Ronald S. Bultje wrote: From: Ronald S. Bultje rsbul...@gmail.com --- avconv.c |5 +++-- avprobe.c |5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) Would be nice not having that global to begin with, but then show_help would get quite funny.