Fix process_frame() usage
The return type of process_frame() has changed from Option<FrameSummary> to Vec<FrameSummary> in commit 84f61fa4. Adapt usage for rav1repl accordingly.
Loading
Please register or sign in to comment
The return type of process_frame() has changed from Option<FrameSummary> to Vec<FrameSummary> in commit 84f61fa4. Adapt usage for rav1repl accordingly.