Re: [FFmpeg-devel] [PATCH 2/2] lavc/videotoolboxenc: Get the encoder supported properties

2023-09-05 Thread zhilizhao(赵志立)
> On Sep 5, 2023, at 17:36, myp...@gmail.com wrote: > > On Tue, Sep 5, 2023 at 3:52 PM Tomas Härdin wrote: >> >> mån 2023-09-04 klockan 11:53 +0800 skrev Jun Zhao: >>> Get the encoder supported properties list, it will be used for >>> feature support checks. >>> >>> Signed-off-by: Jun Zhao

Re: [FFmpeg-devel] [PATCH 2/2] lavc/videotoolboxenc: Get the encoder supported properties

2023-09-05 Thread myp...@gmail.com
On Tue, Sep 5, 2023 at 3:52 PM Tomas Härdin wrote: > > mån 2023-09-04 klockan 11:53 +0800 skrev Jun Zhao: > > Get the encoder supported properties list, it will be used for > > feature support checks. > > > > Signed-off-by: Jun Zhao > > --- > > libavcodec/videotoolboxenc.c | 27

Re: [FFmpeg-devel] [PATCH 2/2] lavc/videotoolboxenc: Get the encoder supported properties

2023-09-05 Thread Tomas Härdin
mån 2023-09-04 klockan 11:53 +0800 skrev Jun Zhao: > Get the encoder supported properties list, it will be used for > feature support checks. > > Signed-off-by: Jun Zhao > --- >  libavcodec/videotoolboxenc.c | 27 +++ >  1 file changed, 27 insertions(+) > > diff --git

[FFmpeg-devel] [PATCH 2/2] lavc/videotoolboxenc: Get the encoder supported properties

2023-09-03 Thread Jun Zhao
Get the encoder supported properties list, it will be used for feature support checks. Signed-off-by: Jun Zhao --- libavcodec/videotoolboxenc.c | 27 +++ 1 file changed, 27 insertions(+) diff --git a/libavcodec/videotoolboxenc.c b/libavcodec/videotoolboxenc.c index