replace vec.truncate(0) with vec.clear()
[nihav.git] / nihav-codec-support / src / codecs / h263 / mod.rs
2021-10-29 Kostya Shishkovreplace vec.truncate(0) with vec.clear()
2020-06-16 Kostya Shishkovcodec_support: fix or silence clippy warnings
2020-04-03 Kostya Shishkovh263-based codecs: use proper motion compensation
2020-02-20 Kostya Shishkovsplit nihav-codec-support crate from nihav-core