codec: add several getters

This commit is contained in:
lummax
2015-08-28 15:36:29 +02:00
committed by meh
parent 13c9f8e5ab
commit 59b1eead16
5 changed files with 276 additions and 3 deletions

View File

@ -149,3 +149,4 @@ impl DerefMut for Video {
&mut self.0
}
}