Re: [FFmpeg-devel] [PATCH] avcodec/libopusenc: allow encoding channel mapping 2

2018-11-28 Thread Rostislav Pehlivanov
On Wed, 28 Nov 2018 at 20:35, Michael Niedermayer wrote: > On Tue, Nov 27, 2018 at 06:13:54PM +0800, Felicia Lim wrote: > > Friendly ping. Please let me know if there are any changes I should make > to > > this patch? > > will apply, seems noone else cares about it ... > > thanks > > [...] > --

Re: [FFmpeg-devel] [PATCH] avcodec/libopusenc: allow encoding channel mapping 2

2018-11-28 Thread Rostislav Pehlivanov
On Fri, 27 Jul 2018 at 20:44, Felicia Lim wrote: > --- > libavcodec/libopusenc.c | 22 ++ > 1 file changed, 22 insertions(+) > > diff --git a/libavcodec/libopusenc.c b/libavcodec/libopusenc.c > index 4ae81b0bb2..6b450ec317 100644 > --- a/libavcodec/libopusenc.c > +++

Re: [FFmpeg-devel] [PATCH] avcodec/libopusenc: allow encoding channel mapping 2

2018-11-28 Thread Michael Niedermayer
On Tue, Nov 27, 2018 at 06:13:54PM +0800, Felicia Lim wrote: > Friendly ping. Please let me know if there are any changes I should make to > this patch? will apply, seems noone else cares about it ... thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Re: [FFmpeg-devel] [PATCH] avcodec/libopusenc: allow encoding channel mapping 2

2018-11-27 Thread Felicia Lim
Friendly ping. Please let me know if there are any changes I should make to this patch? Thanks! Felicia On Thu, Aug 9, 2018 at 6:41 AM Felicia Lim wrote: > I've attached the patch with the updated description, please let me know > if I should make any other changes. > > Thanks, > Felicia > >

Re: [FFmpeg-devel] [PATCH] avcodec/libopusenc: allow encoding channel mapping 2

2018-08-08 Thread Felicia Lim
I've attached the patch with the updated description, please let me know if I should make any other changes. Thanks, Felicia On Mon, Jul 30, 2018 at 10:50 AM Felicia Lim wrote: > On Sat, Jul 28, 2018 at 10:46 AM Rostislav Pehlivanov > wrote: > >> On 27 July 2018 at 20:44, Felicia Lim >>

Re: [FFmpeg-devel] [PATCH] avcodec/libopusenc: allow encoding channel mapping 2

2018-07-30 Thread Felicia Lim
On Sat, Jul 28, 2018 at 10:46 AM Rostislav Pehlivanov wrote: > On 27 July 2018 at 20:44, Felicia Lim > wrote: > > > --- > > libavcodec/libopusenc.c | 22 ++ > > 1 file changed, 22 insertions(+) > > > > diff --git a/libavcodec/libopusenc.c b/libavcodec/libopusenc.c > > index

Re: [FFmpeg-devel] [PATCH] avcodec/libopusenc: allow encoding channel mapping 2

2018-07-28 Thread Rostislav Pehlivanov
On 27 July 2018 at 20:44, Felicia Lim wrote: > --- > libavcodec/libopusenc.c | 22 ++ > 1 file changed, 22 insertions(+) > > diff --git a/libavcodec/libopusenc.c b/libavcodec/libopusenc.c > index 4ae81b0bb2..6b450ec317 100644 > --- a/libavcodec/libopusenc.c > +++

[FFmpeg-devel] [PATCH] avcodec/libopusenc: allow encoding channel mapping 2

2018-07-27 Thread Felicia Lim
--- libavcodec/libopusenc.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/libavcodec/libopusenc.c b/libavcodec/libopusenc.c index 4ae81b0bb2..6b450ec317 100644 --- a/libavcodec/libopusenc.c +++ b/libavcodec/libopusenc.c @@ -27,6 +27,7 @@ #include "bytestream.h"