Re: [FFmpeg-devel] [PATCH v4 2/2] avformat/rtmpproto: support enhanced rtmp

2023-08-28 Thread Steven Liu
Marton Balint 于2023年8月29日周二 03:35写道: Hi Marton, > > > > On Mon, 28 Aug 2023, Steven Liu wrote: > > > add option named rtmp_enhanced_codec, > > it would support hvc1,av01,vp09 now, > > the fourcc is using Array of strings. > > > > Signed-off-by: Steven Liu > > --- > > doc/protocols.texi | 11

Re: [FFmpeg-devel] [PATCH v4 2/2] avformat/rtmpproto: support enhanced rtmp

2023-08-28 Thread Marton Balint
On Mon, 28 Aug 2023, Steven Liu wrote: add option named rtmp_enhanced_codec, it would support hvc1,av01,vp09 now, the fourcc is using Array of strings. Signed-off-by: Steven Liu --- doc/protocols.texi | 11 +++ libavformat/rtmpproto.c | 34 ++ 2 fi