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-
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
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(+),
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
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