Re: [FFmpeg-devel] [PATCH] avcodec/g722enc: force mono channel layout

2017-06-26 Thread Kyle Swanson
On Fri, Jun 23, 2017 at 5:46 PM, Paul B Mahol wrote: > On 6/23/17, Kyle Swanson wrote: > > Signed-off-by: Kyle Swanson > > --- > > libavcodec/g722enc.c | 27 +++ > > 1 file changed, 11 insertions(+), 16 deletions(-) > > > > Should be fine iff other than mono is really d

Re: [FFmpeg-devel] [PATCH] avcodec/g722enc: force mono channel layout

2017-06-23 Thread Kyle Swanson
On Fri, Jun 23, 2017 at 5:46 PM, Paul B Mahol wrote: > On 6/23/17, Kyle Swanson wrote: >> Signed-off-by: Kyle Swanson >> --- >> libavcodec/g722enc.c | 27 +++ >> 1 file changed, 11 insertions(+), 16 deletions(-) >> > > Should be fine iff other than mono is really dissalo

Re: [FFmpeg-devel] [PATCH] avcodec/g722enc: force mono channel layout

2017-06-23 Thread Paul B Mahol
On 6/23/17, Kyle Swanson wrote: > Signed-off-by: Kyle Swanson > --- > libavcodec/g722enc.c | 27 +++ > 1 file changed, 11 insertions(+), 16 deletions(-) > Should be fine iff other than mono is really dissalowed. ___ ffmpeg-deve

[FFmpeg-devel] [PATCH] avcodec/g722enc: force mono channel layout

2017-06-23 Thread Kyle Swanson
Signed-off-by: Kyle Swanson --- libavcodec/g722enc.c | 27 +++ 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/libavcodec/g722enc.c b/libavcodec/g722enc.c index 01a3db26fd..473646f45c 100644 --- a/libavcodec/g722enc.c +++ b/libavcodec/g722enc.c @@ -61,11 +6