diff options
author | Nuo Mi <nuomi2021@gmail.com> | 2024-07-28 11:18:07 +0800 |
---|---|---|
committer | Nuo Mi <nuomi2021@gmail.com> | 2024-08-15 20:33:57 +0800 |
commit | 80af195804fdef9ccd5a48251fc366d28bceb437 (patch) | |
tree | 0beaa09cd9378c955bb2502db0a869125687f138 /libavfilter/vf_tonemap.c | |
parent | daf6fcd816783dfd1f82a795ed774933880abcc1 (diff) | |
download | ffmpeg-80af195804fdef9ccd5a48251fc366d28bceb437.tar.gz |
avcodec/vvcdec: move frame tab memset from the main thread to worker threads
memset tables in the main thread can become a bottleneck for the decoder.
For example, if it takes 1% of the processing time for one core, the maximum achievable FPS will be 100.
Move the memeset to worker threads will fix the issue.
Diffstat (limited to 'libavfilter/vf_tonemap.c')
0 files changed, 0 insertions, 0 deletions