Skip to content

core: remove thread priorities

Steve Lhomme requested to merge robUx4/vlc:threads-priority into master

It is not used in POSIX systems. On other system it probably don't make a difference anymore, only Windows has actual useful values for VLC_THREAD_PRIORITY_XXX.

The synchronization is more important than having some threads called more often than others. If priorities were needed we would have noticed on mobile platforms (slowest).

Ref #26825 (closed)

Merge request reports