Re: [FFmpeg-devel] [PATCH] libavcodec/opus: Add channel mapping 2 to extradata parser

2016-09-01 Thread Michael Niedermayer
On Thu, Sep 01, 2016 at 11:17:30AM -0700, mgraczyk-at-google@ffmpeg.org wrote: > From: Michael Graczyk > > This allows libavcodec/opus to demux ambisonics in an ogg/opus container. > Channel mapping family 2 is being added in this standards track IETF draft: > tools.ietf.org/html/draft-ietf-

[FFmpeg-devel] [PATCH] libavcodec/opus: Add channel mapping 2 to extradata parser

2016-09-01 Thread mgraczyk-at-google . com
Thanks for reviewing! I have made the suggested changes and will send the spelling correction in another patch. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] libavcodec/opus: Add channel mapping 2 to extradata parser

2016-09-01 Thread mgraczyk-at-google . com
From: Michael Graczyk This allows libavcodec/opus to demux ambisonics in an ogg/opus container. Channel mapping family 2 is being added in this standards track IETF draft: tools.ietf.org/html/draft-ietf-codec-ambisonics-00 --- libavcodec/opus.c | 11 ++- 1 file changed, 10 insertions(+),

Re: [FFmpeg-devel] [PATCH] libavcodec/opus: Add channel mapping 2 to extradata parser

2016-08-31 Thread Michael Niedermayer
On Tue, Aug 30, 2016 at 02:48:07PM -0700, Michael Graczyk wrote: > This allows libavcodec/opus to demux ambisonics in an ogg/opus container. > Channel mapping family 2 is being added in this standards track IETF draft: > tools.ietf.org/html/draft-ietf-codec-ambisonics-00 > --- > libavcodec/opus.c

[FFmpeg-devel] [PATCH] libavcodec/opus: Add channel mapping 2 to extradata parser

2016-08-30 Thread Michael Graczyk
This allows libavcodec/opus to demux ambisonics in an ogg/opus container. Channel mapping family 2 is being added in this standards track IETF draft: tools.ietf.org/html/draft-ietf-codec-ambisonics-00 --- libavcodec/opus.c | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff