Fix video range in preview and DCP when source is VIDEO rather than FULL.
[dcpomatic.git] / hacks / cppcheck
1 #!/bin/bash
2 cppcheck --enable=all --quiet -U check . > log 2>&1