videoparams: change auto-divider target resolution

This commit is contained in:
itsmattkc
2022-09-08 20:35:18 -07:00
parent 16b9cdda8d
commit 53e510b87d
+1 -1
View File
@@ -126,7 +126,7 @@ VideoParams::VideoParams(int width, int height, const rational &time_base, Forma
int VideoParams::generate_auto_divider(qint64 width, qint64 height)
{
const int target_res = 1920*1080;
const int target_res = 1280*720;
qint64 megapixels = width * height;