Commit b7aaa4bb authored by Michael de Hoog's avatar Michael de Hoog

Fix constant name

parent 93be57b9
......@@ -100,7 +100,7 @@ func (cc *ChannelConfig) Check() error {
func (cc *ChannelConfig) NewCompressor() (derive.Compressor, error) {
switch cc.CompressorKind {
case flags.CompressorShadow:
case flags.ShadowCompressorKind:
return NewShadowCompressor(
cc.TargetFrameSize,
cc.TargetNumFrames,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment