Skip to content
Snippets Groups Projects
Unverified Commit 371071ca authored by Dominic Meiser's avatar Dominic Meiser
Browse files

transcode in reverse order

parent feb8596b
No related branches found
No related tags found
No related merge requests found
......@@ -275,7 +275,7 @@ fn main() {
});
// rescale the video
for res in Resolution::values() {
for res in Resolution::values().into_iter().rev() {
if res >= project.source.metadata.as_ref().unwrap().source_res {
continue;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment