Commit 9b80a61
committed
lavc: do not enable MT with CAP_OTHER_THREADS
Only enable for libvpx*.
Codecs must be individually evaluated - for libx265, it increases
latency because it uses frame threading parallelism internally.
For libsvt_hevc and libx264, the performance boost is not noticeable.1 parent a578d84 commit 9b80a61
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1692 | 1692 | | |
1693 | 1693 | | |
1694 | 1694 | | |
1695 | | - | |
1696 | | - | |
| 1695 | + | |
| 1696 | + | |
| 1697 | + | |
| 1698 | + | |
1697 | 1699 | | |
1698 | 1700 | | |
1699 | 1701 | | |
| |||
0 commit comments