Re: [FFmpeg-devel] [PATCH v2 1/8] avformat/movenc: add PCM in mp4 support

2023-02-27 Thread zhilizhao(赵志立)
> On Feb 28, 2023, at 04:24, Jan Ekström wrote: > > On Fri, Feb 24, 2023 at 8:29 PM Zhao Zhili wrote: >> >> From: Zhao Zhili >> >> It's defined by ISO/IEC 23003-5. >> >> Fixes ticket #10185 >> >> Signed-off-by: Zhao Zhili > > Technically if you wanted to split these commits, then this >

Re: [FFmpeg-devel] [PATCH v2 1/8] avformat/movenc: add PCM in mp4 support

2023-02-27 Thread Jan Ekström
On Fri, Feb 24, 2023 at 8:29 PM Zhao Zhili wrote: > > From: Zhao Zhili > > It's defined by ISO/IEC 23003-5. > > Fixes ticket #10185 > > Signed-off-by: Zhao Zhili Technically if you wanted to split these commits, then this implementation would have to be limited to one audio channel streams, as

Re: [FFmpeg-devel] [PATCH v2 1/8] avformat/movenc: add PCM in mp4 support

2023-02-27 Thread Tomas Härdin
lör 2023-02-25 klockan 02:28 +0800 skrev Zhao Zhili: > From: Zhao Zhili > > It's defined by ISO/IEC 23003-5. > > Fixes ticket #10185 > > Signed-off-by: Zhao Zhili > --- >  libavformat/movenc.c | 60 > +++- >  1 file changed, 59 insertions(+), 1 deletion(-

[FFmpeg-devel] [PATCH v2 1/8] avformat/movenc: add PCM in mp4 support

2023-02-24 Thread Zhao Zhili
From: Zhao Zhili It's defined by ISO/IEC 23003-5. Fixes ticket #10185 Signed-off-by: Zhao Zhili --- libavformat/movenc.c | 60 +++- 1 file changed, 59 insertions(+), 1 deletion(-) diff --git a/libavformat/movenc.c b/libavformat/movenc.c index c4fcb5f8b