Skip to content
Snippets Groups Projects
Commit 99e54015 authored by Sebastian Hahta's avatar Sebastian Hahta
Browse files

fix wrong reslution (1080 instead of 720)

parent 677f4221
Branches
Tags
No related merge requests found
Pipeline #12566 passed
......@@ -13,7 +13,7 @@ struct BitrateSetting {
};
static const BitrateSetting bitrate_settings[] = {
1280, 720, 95, 1,
1920, 1080, 95, 1,
1280, 720, 95, 1,
1280, 720, 95, 1,
1280, 720, 75, 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment