Steven Liu: > Andreas Rheinhardt <[email protected]> 于2022年8月31日周三 10:54写道: >> 1. We actually have an API to process multiple tasks by different >> threads: Look at libavutil/slicethread.h. Why can't you reuse that? > I saw that usually be used in avfilters for slice multi-thread, or i > misunderstand something? >
It is also used by our slice-threaded decoders. In fact, it is everywhere where we do slice threading. - Andreas _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
