| 17 | using namespace openshot; |
| 18 | |
| 19 | Compressor::Compressor() : Compressor::Compressor(-10, 1, 1, 1, 1, false) {} |
| 20 | |
| 21 | Compressor::Compressor(Keyframe threshold, Keyframe ratio, Keyframe attack, |
| 22 | Keyframe release, Keyframe makeup_gain, |
nothing calls this directly
no outgoing calls
no test coverage detected