Re: [FFmpeg-devel] [PATCH 4/4] avcodec/mediacodec_wrapper: remove unused local variables in ff_AMediaCodec_getCodecNameByType()

2019-07-26 Thread Matthieu Bouron
On Tue, Jul 23, 2019 at 01:09:41AM +0200, Michael Niedermayer wrote: > On Mon, Jul 22, 2019 at 09:02:15AM +0200, Matthieu Bouron wrote: > > On Fri, Jul 19, 2019 at 09:40:52AM +0200, Matthieu Bouron wrote: > > > On Sun, Jul 14, 2019 at 08:17:03PM +0200, Matthieu Bouron wrote: > > > > On Thu, Jul

Re: [FFmpeg-devel] [PATCH 4/4] avcodec/mediacodec_wrapper: remove unused local variables in ff_AMediaCodec_getCodecNameByType()

2019-07-22 Thread Michael Niedermayer
On Mon, Jul 22, 2019 at 09:02:15AM +0200, Matthieu Bouron wrote: > On Fri, Jul 19, 2019 at 09:40:52AM +0200, Matthieu Bouron wrote: > > On Sun, Jul 14, 2019 at 08:17:03PM +0200, Matthieu Bouron wrote: > > > On Thu, Jul 04, 2019 at 03:43:48PM +0200, Matthieu Bouron wrote: > > > > --- > > > >

Re: [FFmpeg-devel] [PATCH 4/4] avcodec/mediacodec_wrapper: remove unused local variables in ff_AMediaCodec_getCodecNameByType()

2019-07-22 Thread Matthieu Bouron
On Fri, Jul 19, 2019 at 09:40:52AM +0200, Matthieu Bouron wrote: > On Sun, Jul 14, 2019 at 08:17:03PM +0200, Matthieu Bouron wrote: > > On Thu, Jul 04, 2019 at 03:43:48PM +0200, Matthieu Bouron wrote: > > > --- > > > libavcodec/mediacodec_wrapper.c | 10 -- > > > 1 file changed, 10

Re: [FFmpeg-devel] [PATCH 4/4] avcodec/mediacodec_wrapper: remove unused local variables in ff_AMediaCodec_getCodecNameByType()

2019-07-19 Thread Matthieu Bouron
On Sun, Jul 14, 2019 at 08:17:03PM +0200, Matthieu Bouron wrote: > On Thu, Jul 04, 2019 at 03:43:48PM +0200, Matthieu Bouron wrote: > > --- > > libavcodec/mediacodec_wrapper.c | 10 -- > > 1 file changed, 10 deletions(-) > > > > diff --git a/libavcodec/mediacodec_wrapper.c > >

Re: [FFmpeg-devel] [PATCH 4/4] avcodec/mediacodec_wrapper: remove unused local variables in ff_AMediaCodec_getCodecNameByType()

2019-07-14 Thread Matthieu Bouron
On Thu, Jul 04, 2019 at 03:43:48PM +0200, Matthieu Bouron wrote: > --- > libavcodec/mediacodec_wrapper.c | 10 -- > 1 file changed, 10 deletions(-) > > diff --git a/libavcodec/mediacodec_wrapper.c b/libavcodec/mediacodec_wrapper.c > index 70e1e7cae1..5213cf640a 100644 > ---

[FFmpeg-devel] [PATCH 4/4] avcodec/mediacodec_wrapper: remove unused local variables in ff_AMediaCodec_getCodecNameByType()

2019-07-04 Thread Matthieu Bouron
--- libavcodec/mediacodec_wrapper.c | 10 -- 1 file changed, 10 deletions(-) diff --git a/libavcodec/mediacodec_wrapper.c b/libavcodec/mediacodec_wrapper.c index 70e1e7cae1..5213cf640a 100644 --- a/libavcodec/mediacodec_wrapper.c +++ b/libavcodec/mediacodec_wrapper.c @@ -392,8 +392,6 @@