Correct 1080p resolution

This commit is contained in:
Iwan Timmer 2015-05-11 20:50:28 +02:00
parent dfc51b345f
commit 12e423744f

View File

@ -133,8 +133,8 @@ int main(int argc, char* argv[]) {
config.height = 1280;
break;
case 'b':
config.width = 1080;
config.height = 1920;
config.width = 1920;
config.height = 1080;
break;
case 'c':
config.width = atoi(optarg);