Re: [FFmpeg-devel] [PATCH 3/3] avfilter/vf_uspp: 1000% faster with threads

2023-03-16 Thread Nicolas George
Michael Niedermayer (12023-03-16): > Subject: Re: [FFmpeg-devel] [PATCH 3/3] avfilter/vf_uspp: 1000% faster with > threads Rule of thumb: do not use variation percentages above +100% or below -50%, use ratios instead: avfilter/vf_uspp: 11 times faster with threads (11, really? not 10?) Regards

Re: [FFmpeg-devel] [PATCH v2] avformat/mov: fix 2 compile errors

2023-03-16 Thread zhilizhao(赵志立)
> On Mar 16, 2023, at 13:48, Xiang, Haihao > wrote: > > On Do, 2023-03-16 at 13:32 +0800, Tong Wu wrote: >> Compiler: MSVC 14.35.32215 >> Error type: error C2059: syntax error: '}' >> Related commit: 9e1ffed fate/mov: add PCM in mp4 test >> d7e8643 avformat/mov: parse ISO-14496-12 ChannelLayou