Re: [FFmpeg-devel] [PATCH 1/2] lavc/videotoolboxenc: Dump the encoder

2023-09-05 Thread zhilizhao(赵志立)
> On Sep 5, 2023, at 18:43, Richard Kern wrote: > > > >> On Sep 3, 2023, at 11:53 PM, Jun Zhao wrote: >> >> Dump the encoder, it's will help debug some case >> >> Signed-off-by: Jun Zhao >> --- >> libavcodec/videotoolboxenc.c | 20 >> 1 file changed, 20 insertions(+)

Re: [FFmpeg-devel] [PATCH 1/2] lavc/videotoolboxenc: Dump the encoder

2023-09-05 Thread Richard Kern
> On Sep 3, 2023, at 11:53 PM, Jun Zhao wrote: > > Dump the encoder, it's will help debug some case > > Signed-off-by: Jun Zhao > --- > libavcodec/videotoolboxenc.c | 20 > 1 file changed, 20 insertions(+) > > diff --git a/libavcodec/videotoolboxenc.c b/libavcodec/videot

Re: [FFmpeg-devel] [PATCH 1/2] lavc/videotoolboxenc: Dump the encoder

2023-09-05 Thread Tomas Härdin
mån 2023-09-04 klockan 11:53 +0800 skrev Jun Zhao: > Dump the encoder, it's will help debug some case > > Signed-off-by: Jun Zhao > --- >  libavcodec/videotoolboxenc.c | 20 >  1 file changed, 20 insertions(+) Looks OK /Tomas ___ f

[FFmpeg-devel] [PATCH 1/2] lavc/videotoolboxenc: Dump the encoder

2023-09-03 Thread Jun Zhao
Dump the encoder, it's will help debug some case Signed-off-by: Jun Zhao --- libavcodec/videotoolboxenc.c | 20 1 file changed, 20 insertions(+) diff --git a/libavcodec/videotoolboxenc.c b/libavcodec/videotoolboxenc.c index bfc03787a0..5633640a30 100644 --- a/libavcodec/vid