On Wed, Nov 23, 2016 at 09:12:08AM +0100, Anton Khirnov wrote:
> Quoting Diego Biurrun (2016-11-18 10:46:05)
> > --- a/libavformat/ape.c
> > +++ b/libavformat/ape.c
> > @@ -94,9 +94,9 @@ static int ape_probe(AVProbeData * p)
> >
> > +#ifdef DEBUG
> > static void ape_dumpinfo(AVFormatContext * s,
Quoting Diego Biurrun (2016-11-18 10:46:05)
> ---
> libavformat/ape.c | 6 --
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/libavformat/ape.c b/libavformat/ape.c
> index 80e3372..d917815 100644
> --- a/libavformat/ape.c
> +++ b/libavformat/ape.c
> @@ -94,9 +94,9 @@ static
On Mon, Nov 21, 2016 at 03:57:08PM +0100, Diego Biurrun wrote:
> ---
>
> Now with 'do {} while(0)' as suggested by Luca.
>
> libavformat/ape.c | 6 --
> 1 file changed, 4 insertions(+), 2 deletions(-)
Set OKed by Luca on IRC.
Diego
___
libav-deve
---
Now with 'do {} while(0)' as suggested by Luca.
libavformat/ape.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/libavformat/ape.c b/libavformat/ape.c
index 80e3372..010b795 100644
--- a/libavformat/ape.c
+++ b/libavformat/ape.c
@@ -94,9 +94,9 @@ static int ape_pro
On Fri, Nov 18, 2016 at 10:10:19AM -0500, Vittorio Giovara wrote:
> On Fri, Nov 18, 2016 at 4:46 AM, Diego Biurrun wrote:
> > --- a/libavformat/ape.c
> > +++ b/libavformat/ape.c
> > @@ -94,9 +94,9 @@ static int ape_probe(AVProbeData * p)
> >
> > +#ifdef DEBUG
> > static void ape_dumpinfo(AVFormat
On Fri, Nov 18, 2016 at 4:46 AM, Diego Biurrun wrote:
> ---
> libavformat/ape.c | 6 --
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/libavformat/ape.c b/libavformat/ape.c
> index 80e3372..d917815 100644
> --- a/libavformat/ape.c
> +++ b/libavformat/ape.c
> @@ -94,9 +94,9
---
libavformat/ape.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/libavformat/ape.c b/libavformat/ape.c
index 80e3372..d917815 100644
--- a/libavformat/ape.c
+++ b/libavformat/ape.c
@@ -94,9 +94,9 @@ static int ape_probe(AVProbeData * p)
return 0;
}
+#ifdef DE