Fix commented code

This commit is contained in:
Geoffroy Couprie 2015-02-20 19:21:53 +01:00
parent 8dd68c18ae
commit 1a0ff85673

View File

@ -606,15 +606,19 @@ fn explore_mp4_file(filename: &str) {
});
}
/*
#[test]
fn file_test() {
parse_mp4_file("small.mp4");
//parse_mp4_file("./small.mp4");
explore_mp4_file("./small.mp4");
}
*/
#[test]
fn bunny_test() {
parse_mp4_file("bigbuckbunny.mp4");
//parse_mp4_file("bigbuckbunny.mp4");
explore_mp4_file("bigbuckbunny.mp4");
}
*/