]> git.sesse.net Git - nageru/commitdiff
Activate B-frames.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 11 Oct 2015 21:08:27 +0000 (23:08 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 11 Oct 2015 21:08:27 +0000 (23:08 +0200)
h264encode.cpp

index 487a5d681ae850d3fa01d89e3ad14052118b1457..36c06083e02044283f05b08336db8b6d47b8564e 100644 (file)
@@ -117,7 +117,7 @@ static  int initial_qp = 15;
 static  int minimal_qp = 0;
 static  int intra_period = 30;
 static  int intra_idr_period = 60;
-static  int ip_period = 1;
+static  int ip_period = 3;
 static  int rc_mode = -1;
 static  int rc_default_modes[] = {
     VA_RC_VBR,