[libav-devel] [PATCH 03/12] libopencore-amr: Remove a useless debugging variable and commented out logging

2011-04-12 Thread Martin Storsjö
--- libavcodec/libopencore-amr.c | 15 --- 1 files changed, 0 insertions(+), 15 deletions(-) diff --git a/libavcodec/libopencore-amr.c b/libavcodec/libopencore-amr.c index 52dfe10..0e467a6 100644 --- a/libavcodec/libopencore-amr.c +++ b/libavcodec/libopencore-amr.c @@ -71,7 +71,6 @@

Re: [libav-devel] [PATCH 03/12] libopencore-amr: Remove a useless debugging variable and commented out logging

2011-04-12 Thread Ronald S. Bultje
Hi, On Tue, Apr 12, 2011 at 5:58 PM, Martin Storsjö wrote: > --- >  libavcodec/libopencore-amr.c |   15 --- >  1 files changed, 0 insertions(+), 15 deletions(-) [..] > diff --git a/libavcodec/libopencore-amr.c b/libavcodec/libopencore-amr.c [..] > -    /* av_log(NULL, AV_LOG_DEBUG, "a

Re: [libav-devel] [PATCH 03/12] libopencore-amr: Remove a useless debugging variable and commented out logging

2011-04-13 Thread Martin Storsjö
On Tue, 12 Apr 2011, Ronald S. Bultje wrote: > On Tue, Apr 12, 2011 at 5:58 PM, Martin Storsjö wrote: > > --- > >  libavcodec/libopencore-amr.c |   15 --- > >  1 files changed, 0 insertions(+), 15 deletions(-) > [..] > > diff --git a/libavcodec/libopencore-amr.c b/libavcodec/libopenco