Re: [FFmpeg-devel] [PATCH v11 1/6] avformat/flvenc: support mux hevc in enhanced flv

2023-06-02 Thread Steven Liu
Lance Wang 于2023年6月2日周五 23:52写道: > > On Fri, Jun 2, 2023 at 7:29 PM Steven Liu wrote: > > > Lance Wang 于2023年6月2日周五 19:09写道: > > > > > > On Fri, Jun 2, 2023 at 3:31 PM Steven Liu wrote: > > > > > > > Signed-off-by: Steven Liu > > > > --- > > > > libavformat/Makefile | 2 +- > > > > libavform

Re: [FFmpeg-devel] [PATCH v11 1/6] avformat/flvenc: support mux hevc in enhanced flv

2023-06-02 Thread Lance Wang
On Fri, Jun 2, 2023 at 7:29 PM Steven Liu wrote: > Lance Wang 于2023年6月2日周五 19:09写道: > > > > On Fri, Jun 2, 2023 at 3:31 PM Steven Liu wrote: > > > > > Signed-off-by: Steven Liu > > > --- > > > libavformat/Makefile | 2 +- > > > libavformat/flv.h| 15 +++ > > > libavformat/flv

Re: [FFmpeg-devel] [PATCH v11 1/6] avformat/flvenc: support mux hevc in enhanced flv

2023-06-02 Thread Steven Liu
Lance Wang 于2023年6月2日周五 19:09写道: > > On Fri, Jun 2, 2023 at 3:31 PM Steven Liu wrote: > > > Signed-off-by: Steven Liu > > --- > > libavformat/Makefile | 2 +- > > libavformat/flv.h| 15 +++ > > libavformat/flvenc.c | 41 +++-- > > 3 files cha

Re: [FFmpeg-devel] [PATCH v11 1/6] avformat/flvenc: support mux hevc in enhanced flv

2023-06-02 Thread Lance Wang
On Fri, Jun 2, 2023 at 3:31 PM Steven Liu wrote: > Signed-off-by: Steven Liu > --- > libavformat/Makefile | 2 +- > libavformat/flv.h| 15 +++ > libavformat/flvenc.c | 41 +++-- > 3 files changed, 47 insertions(+), 11 deletions(-) > > diff --

[FFmpeg-devel] [PATCH v11 1/6] avformat/flvenc: support mux hevc in enhanced flv

2023-06-02 Thread Steven Liu
Signed-off-by: Steven Liu --- libavformat/Makefile | 2 +- libavformat/flv.h| 15 +++ libavformat/flvenc.c | 41 +++-- 3 files changed, 47 insertions(+), 11 deletions(-) diff --git a/libavformat/Makefile b/libavformat/Makefile index f8ad7c6a11