]> git.sesse.net Git - x264/commit
Change priority handling on some OSs
authorSteven Walters <kemuri9@gmail.com>
Wed, 2 Sep 2009 19:33:50 +0000 (12:33 -0700)
committerFiona Glaser <fiona@x264.com>
Wed, 2 Sep 2009 22:33:18 +0000 (15:33 -0700)
commitbc120190edf7db86f44ed44ffad31271ad1294c7
tree290ae2e74d03249c0eb8853438e637048fbe82d9
parent6940dcaef140d8a0c43c9a62db158e9d71a8fdeb
Change priority handling on some OSs
Instead of setting the lookahead thread to max priority, lower all the other threads' priorities instead.
This is particularly useful when the "max priority" is "realtime", as in Windows, which can cause some problems.
common/osdep.h
encoder/lookahead.c