[FFmpeg-devel] [PATCH v3 2/3] lavf/dashdec: Multithreaded DASH initialization

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Wed Aug 31 15:17:42 EEST 2022


Steven Liu:
> Andreas Rheinhardt <andreas.rheinhardt at outlook.com> 于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


More information about the ffmpeg-devel mailing list