*: update to 2.7

This commit is contained in:
meh
2015-06-19 01:04:49 +02:00
parent e95c55dbf5
commit 1e5d77816a
6 changed files with 80 additions and 6 deletions

View File

@ -128,6 +128,12 @@ impl Video {
// intra_matrix
// inter_matrix
pub fn intra_dc_precision(&self) -> u8 {
unsafe {
(*self.as_ptr()).intra_dc_precision as u8
}
}
}
impl Deref for Video {