Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
[dcpomatic.git] / hacks / cppcheck
1 #!/bin/bash
2 cppcheck --enable=all --quiet -U check . > log 2>&1