Re: [FFmpeg-devel] [PATCH v3 0/5] add PCM in mp4 support

2023-03-14 Thread Zhao Zhili
On Mon, 2023-03-06 at 20:02 +0800, Zhao Zhili wrote: > From: Zhao Zhili > > This patchset adds support of demux/mux PCM in mp4, and related channel > layout information. PCM in mp4 is defined by ISO/IEC 23003-5. The channel > layout tag 'chn' is defined by ISO/IEC 14496-12 with reference to ISO/I

[FFmpeg-devel] [PATCH v3 0/5] add PCM in mp4 support

2023-03-05 Thread Zhao Zhili
From: Zhao Zhili This patchset adds support of demux/mux PCM in mp4, and related channel layout information. PCM in mp4 is defined by ISO/IEC 23003-5. The channel layout tag 'chn' is defined by ISO/IEC 14496-12 with reference to ISO/IEC 23001-8. v3: 1. Rebase on master 2. Reorder the patchset to