Re: [libav-devel] [PATCH 2/2] msmpeg4: Remove commented-out debug logging code

2016-06-24 Thread Luca Barbato
On 24/06/16 13:16, Diego Biurrun wrote: > Can I kill it with fire then? Yes please. ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH 2/2] msmpeg4: Remove commented-out debug logging code

2016-06-24 Thread Diego Biurrun
On Thu, Jun 23, 2016 at 09:46:38PM +0200, Anton Khirnov wrote: > Quoting Diego Biurrun (2016-06-23 17:05:23) > > On Thu, Jun 23, 2016 at 10:52:46AM -0400, Vittorio Giovara wrote: > > > On Thu, Jun 23, 2016 at 8:46 AM, Diego Biurrun wrote: > > > > --- > > > > > > > > This does not seem worth the if

Re: [libav-devel] [PATCH 2/2] msmpeg4: Remove commented-out debug logging code

2016-06-23 Thread Anton Khirnov
Quoting Diego Biurrun (2016-06-23 17:05:23) > On Thu, Jun 23, 2016 at 10:52:46AM -0400, Vittorio Giovara wrote: > > On Thu, Jun 23, 2016 at 8:46 AM, Diego Biurrun wrote: > > > --- > > > > > > This does not seem worth the ifdef soup to me. > > > > > > libavcodec/msmpeg4dec.c | 25 -

Re: [libav-devel] [PATCH 2/2] msmpeg4: Remove commented-out debug logging code

2016-06-23 Thread Diego Biurrun
On Thu, Jun 23, 2016 at 10:52:46AM -0400, Vittorio Giovara wrote: > On Thu, Jun 23, 2016 at 8:46 AM, Diego Biurrun wrote: > > --- > > > > This does not seem worth the ifdef soup to me. > > > > libavcodec/msmpeg4dec.c | 25 - > > 1 file changed, 25 deletions(-) > > > > ---

Re: [libav-devel] [PATCH 2/2] msmpeg4: Remove commented-out debug logging code

2016-06-23 Thread Vittorio Giovara
On Thu, Jun 23, 2016 at 8:46 AM, Diego Biurrun wrote: > --- > > This does not seem worth the ifdef soup to me. > > libavcodec/msmpeg4dec.c | 25 - > 1 file changed, 25 deletions(-) > > diff --git a/libavcodec/msmpeg4dec.c b/libavcodec/msmpeg4dec.c > index 28187b3..a2d0ad4

[libav-devel] [PATCH 2/2] msmpeg4: Remove commented-out debug logging code

2016-06-23 Thread Diego Biurrun
--- This does not seem worth the ifdef soup to me. libavcodec/msmpeg4dec.c | 25 - 1 file changed, 25 deletions(-) diff --git a/libavcodec/msmpeg4dec.c b/libavcodec/msmpeg4dec.c index 28187b3..a2d0ad4 100644 --- a/libavcodec/msmpeg4dec.c +++ b/libavcodec/msmpeg4dec.c @@