Use the resampled rate to calculate the slack threshold rather than just 48kHz (...
[dcpomatic.git] / hacks / cppcheck
1 #!/bin/bash
2 cppcheck --enable=all --quiet -U check . > log 2>&1