summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/flac.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flac.rs b/src/flac.rs
index 97f61b5..f094910 100644
--- a/src/flac.rs
+++ b/src/flac.rs
@@ -97,7 +97,7 @@ impl FileEncoder {
output.set_vorbis(key, val);
}
}
- Block::StreamInfo(_) => {}
+ Block::StreamInfo(_) | Block::Padding(_) => {}
_ => output.push_block(block.clone()),
}
}