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

2023-06-08 Thread Lance Wang
On Thu, Jun 8, 2023 at 10:47 AM Zhao Zhili wrote: > From: Zhao Zhili > > 1. Add avcc extradata support. > 2. Add non-standard annexb support with 0 0 1 as prefix for SPS. > > LGTM > Signed-off-by: Zhao Zhili > --- > v2: Describe what the patch does. > > libavformat/hlsenc.c | 14

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

2023-06-07 Thread Zhao Zhili
From: Zhao Zhili 1. Add avcc extradata support. 2. Add non-standard annexb support with 0 0 1 as prefix for SPS. Signed-off-by: Zhao Zhili --- v2: Describe what the patch does. libavformat/hlsenc.c | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/libavformat