Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: fix CODECS attribute of H.264

2023-05-29 Thread zhilizhao(赵志立)
> On May 30, 2023, at 12:44, Lance Wang wrote: > > On Tue, May 30, 2023 at 11:09 AM "zhilizhao(赵志立)" > wrote: > >> >> >>> On May 30, 2023, at 09:03, Lance Wang wrote: >>> >>> On Mon, May 29, 2023 at 10:16 PM Zhao Zhili >> wrote: >>> From: Zhao Zhili Signed-off-by: Zhao

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: fix CODECS attribute of H.264

2023-05-29 Thread Lance Wang
On Tue, May 30, 2023 at 11:09 AM "zhilizhao(赵志立)" wrote: > > > > On May 30, 2023, at 09:03, Lance Wang wrote: > > > > On Mon, May 29, 2023 at 10:16 PM Zhao Zhili > wrote: > > > >> From: Zhao Zhili > >> > >> Signed-off-by: Zhao Zhili > >> --- > >> libavformat/hlsenc.c | 14 -- > >>

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: fix CODECS attribute of H.264

2023-05-29 Thread zhilizhao(赵志立)
> On May 30, 2023, at 09:03, Lance Wang wrote: > > On Mon, May 29, 2023 at 10:16 PM Zhao Zhili wrote: > >> From: Zhao Zhili >> >> Signed-off-by: Zhao Zhili >> --- >> libavformat/hlsenc.c | 14 -- >> 1 file changed, 12 insertions(+), 2 deletions(-) >> >> diff --git a/libavformat

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: fix CODECS attribute of H.264

2023-05-29 Thread Lance Wang
On Mon, May 29, 2023 at 10:16 PM Zhao Zhili wrote: > From: Zhao Zhili > > Signed-off-by: Zhao Zhili > --- > libavformat/hlsenc.c | 14 -- > 1 file changed, 12 insertions(+), 2 deletions(-) > > diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c > index 871afb571b..1e0848ce3d 1

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: fix CODECS attribute of H.264

2023-05-29 Thread Anton Khirnov
Quoting Zhao Zhili (2023-05-29 17:08:50) > > > 在 2023年5月29日,22:46,Anton Khirnov 写道: > > > > Quoting Zhao Zhili (2023-05-30 00:16:05) > >> Subject: Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: fix CODECS attribute > >> of H.264 > > > > "

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: fix CODECS attribute of H.264

2023-05-29 Thread Zhao Zhili
> 在 2023年5月29日,22:46,Anton Khirnov 写道: > > Quoting Zhao Zhili (2023-05-30 00:16:05) >> Subject: Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: fix CODECS attribute of >> H.264 > > "fix bug" commit message are not very useful However, CODECS attribut

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: fix CODECS attribute of H.264

2023-05-29 Thread Anton Khirnov
Quoting Zhao Zhili (2023-05-30 00:16:05) >Subject: Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: fix CODECS attribute of >H.264 "fix bug" commit message are not very useful -- Anton Khirnov ___ ffmpeg-devel mailing list ffmpeg-devel@

[FFmpeg-devel] [PATCH] avformat/hlsenc: fix CODECS attribute of H.264

2023-05-29 Thread Zhao Zhili
From: Zhao Zhili Signed-off-by: Zhao Zhili --- libavformat/hlsenc.c | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 871afb571b..1e0848ce3d 100644 --- a/libavformat/hlsenc.c +++ b/libavformat/hlsenc.c @@ -355,9