Return the machine default FFmpeg thread count detected at startup
| 136 | |
| 137 | /// Return the machine default FFmpeg thread count detected at startup |
| 138 | int DefaultFFThreads() const { return default_ff_threads; } |
| 139 | |
| 140 | /// Apply any explicit OpenMP thread override to the runtime |
| 141 | void ApplyOpenMPSettings(); |