no head for now
This commit is contained in:
@@ -80,9 +80,7 @@ fn analyze(file: String) -> Vec<Analyzed> {
|
|||||||
screenshot: a_png.to_string(),
|
screenshot: a_png.to_string(),
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
let head: Vec<lib::video::ContentSpan> = vec![lib::video::ContentSpan{start: 0.0, stop: 0.0}];
|
content_spans.unwrap().iter()
|
||||||
let content_spans = content_spans.unwrap();
|
|
||||||
head.iter().chain(content_spans.iter())
|
|
||||||
.map(|content_span| {
|
.map(|content_span| {
|
||||||
let mut result = Analyzed{
|
let mut result = Analyzed{
|
||||||
start: content_span.start.to_string(),
|
start: content_span.start.to_string(),
|
||||||
|
|||||||
Reference in New Issue
Block a user