util: fix formatting

This commit is contained in:
Ivan Molodetskikh 2017-06-20 21:10:18 +03:00 committed by meh
parent 1dd672546d
commit a5a112713c

View File

@ -259,7 +259,8 @@ impl Video {
if let Some(desc) = self.format().descriptor() {
let s = desc.log2_chroma_h();
(self.height() + (1 << s) - 1) >> s
} else {
}
else {
self.height()
}
}