add a url for getting debug info about a .mp4 file

and add a unit test of path decoding along the way
This commit is contained in:
Scott Lamb
2018-12-29 13:06:44 -06:00
parent 1123adec5d
commit eb8a51aecb
4 changed files with 169 additions and 75 deletions

View File

@@ -350,7 +350,7 @@ pub struct Camera {
pub streams: [Option<i32>; 2],
}
#[derive(Copy, Clone, Debug)]
#[derive(Copy, Clone, Debug, Eq, PartialEq)]
pub enum StreamType { MAIN, SUB }
impl StreamType {