Skip to content

Commit

Permalink
add DeepOrder struct to gather a lot of var in deep probe
Browse files Browse the repository at this point in the history
  • Loading branch information
Bramart committed Feb 12, 2024
1 parent 9a442b5 commit c6c438f
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 152 deletions.
2 changes: 1 addition & 1 deletion src/order/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ impl Order {
Ok(results)
}

fn build_input_format(&mut self) -> Result<(), String> {
pub fn build_input_format(&mut self) -> Result<(), String> {
for input in &self.inputs {
let decoder = DecoderFormat::new(&mut self.filter_graph, input)?;
self.total_streams += decoder.context.get_nb_streams();
Expand Down
Loading

0 comments on commit c6c438f

Please sign in to comment.