Re: [FFmpeg-devel] [PATCH 1/2] avcodec/g723_1: add support for stereo files

2018-12-16 Thread Carl Eugen Hoyos
2018-12-16 16:37 GMT+01:00, Paul B Mahol : > On 12/16/18, Carl Eugen Hoyos wrote: >> 2018-12-16 16:02 GMT+01:00, Paul B Mahol : >>> On 12/16/18, Carl Eugen Hoyos wrote: 2018-12-15 13:24 GMT+01:00, Paul B Mahol : [...] Can you share an existing sample? >>> >>> I'm afraid n

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/g723_1: add support for stereo files

2018-12-16 Thread Paul B Mahol
On 12/16/18, Carl Eugen Hoyos wrote: > 2018-12-16 16:02 GMT+01:00, Paul B Mahol : >> On 12/16/18, Carl Eugen Hoyos wrote: >>> 2018-12-15 13:24 GMT+01:00, Paul B Mahol : >>> >>> [...] >>> >>> Can you share an existing sample? >> >> I'm afraid not. > > Which product encodes / decodes such files? O

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/g723_1: add support for stereo files

2018-12-16 Thread Carl Eugen Hoyos
2018-12-16 16:02 GMT+01:00, Paul B Mahol : > On 12/16/18, Carl Eugen Hoyos wrote: >> 2018-12-15 13:24 GMT+01:00, Paul B Mahol : >> >> [...] >> >> Can you share an existing sample? > > I'm afraid not. Which product encodes / decodes such files? Carl Eugen _

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/g723_1: add support for stereo files

2018-12-16 Thread Paul B Mahol
On 12/16/18, Carl Eugen Hoyos wrote: > 2018-12-15 13:24 GMT+01:00, Paul B Mahol : > > [...] > > Can you share an existing sample? I'm afraid not. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/g723_1: add support for stereo files

2018-12-16 Thread Carl Eugen Hoyos
2018-12-15 13:24 GMT+01:00, Paul B Mahol : [...] Can you share an existing sample? Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH 1/2] avcodec/g723_1: add support for stereo files

2018-12-15 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/g723_1.h| 13 ++ libavcodec/g723_1dec.c | 54 -- libavcodec/g723_1enc.c | 14 ++- 3 files changed, 47 insertions(+), 34 deletions(-) diff --git a/libavcodec/g723_1.h b/libavcodec/g723_1.h index