Re: [FFmpeg-devel] [PATCH 1/2] avutil/hwcontext_videotoolbox: create real buffer pool

2022-04-25 Thread zhilizhao(赵志立)
> On Mar 31, 2022, at 2:48 PM, zhilizhao(赵志立) wrote: > > Ping for patch 1/2. rcombs has reviewed the patch on IRC. I decided to > drop patch 2/2. > > >> 11:05 rcombs: quink_: seems reasonable to me >> 11:06 quink_: rcombs: thanks : ) >> 11:06 rcombs: not entirely sure what the deal with the s

Re: [FFmpeg-devel] [PATCH 1/2] avutil/hwcontext_videotoolbox: create real buffer pool

2022-03-30 Thread zhilizhao(赵志立)
Ping for patch 1/2. rcombs has reviewed the patch on IRC. I decided to drop patch 2/2. > 11:05 rcombs: quink_: seems reasonable to me > 11:06 quink_: rcombs: thanks : ) > 11:06 rcombs: not entirely sure what the deal with the second commit is but > ¯\_(ツ)_/¯ it's harmless so w/e > On Mar 10, 2

[FFmpeg-devel] [PATCH 1/2] avutil/hwcontext_videotoolbox: create real buffer pool

2022-03-09 Thread Zhao Zhili
vt_get_buffer shouldn't do buffer pool's job. --- libavutil/hwcontext_videotoolbox.c | 71 ++ 1 file changed, 34 insertions(+), 37 deletions(-) diff --git a/libavutil/hwcontext_videotoolbox.c b/libavutil/hwcontext_videotoolbox.c index 026127d412..e442a95007 100644 ---