Re: [FFmpeg-devel] [PATCH] avutil/avcodec: expanded on channel configurations for spatial audio

2020-01-16 Thread Dylan Marcus
> On Jan 16, 2020, at 5:06 AM, Paul B Mahol wrote: > > Wait for custom channel layouts. is there any information on this? I would love to review this as this is a constant requirement for a growing number of projects utilizing ffmpeg and would love to make sure this handles all use cases.

Re: [FFmpeg-devel] [PATCH] avutil/avcodec: expanded on channel configurations for spatial audio

2020-01-16 Thread Paul B Mahol
Wait for custom channel layouts. On 1/16/20, Dylan Marcus wrote: > --- > Changelog | 1 + > libavcodec/aacenc.h| 16 > libavutil/channel_layout.c | 8 ++ > libavutil/channel_layout.h | 64 > ++ > 4 files

[FFmpeg-devel] [PATCH] avutil/avcodec: expanded on channel configurations for spatial audio

2020-01-15 Thread Dylan Marcus
--- Changelog | 1 + libavcodec/aacenc.h| 16 libavutil/channel_layout.c | 8 ++ libavutil/channel_layout.h | 64 ++ 4 files changed, 61 insertions(+), 28 deletions(-) diff --git a/Changelog b/Changelog index