From eecd9e086695043a7b183d5de9872724c5633d2f Mon Sep 17 00:00:00 2001
From: guichunli <guichunli@tencent.com>
Date: Thu, 23 Jan 2020 15:02:26 -0800
Subject: [PATCH] Modify configuration files to remove obsolete parameter of
 MaxPartitionDepth

---
 cfg/encoder_intra_vtm.cfg        | 1 -
 cfg/encoder_lowdelay_P_vtm.cfg   | 1 -
 cfg/encoder_lowdelay_vtm.cfg     | 1 -
 cfg/encoder_randomaccess_vtm.cfg | 1 -
 4 files changed, 4 deletions(-)

diff --git a/cfg/encoder_intra_vtm.cfg b/cfg/encoder_intra_vtm.cfg
index fc8224aa6..610ba3dc7 100644
--- a/cfg/encoder_intra_vtm.cfg
+++ b/cfg/encoder_intra_vtm.cfg
@@ -8,7 +8,6 @@ Profile                       : auto
 #======== Unit definition ================
 MaxCUWidth                    : 64          # Maximum coding unit width in pixel
 MaxCUHeight                   : 64          # Maximum coding unit height in pixel
-MaxPartitionDepth             : 4           # Maximum coding unit depth
 
 #======== Coding Structure =============
 IntraPeriod                   : 1           # Period of I-Frame ( -1 = only first)
diff --git a/cfg/encoder_lowdelay_P_vtm.cfg b/cfg/encoder_lowdelay_P_vtm.cfg
index e0a508897..e355312bb 100644
--- a/cfg/encoder_lowdelay_P_vtm.cfg
+++ b/cfg/encoder_lowdelay_P_vtm.cfg
@@ -8,7 +8,6 @@ Profile                       : auto
 #======== Unit definition ================
 MaxCUWidth                    : 64          # Maximum coding unit width in pixel
 MaxCUHeight                   : 64          # Maximum coding unit height in pixel
-MaxPartitionDepth             : 4           # Maximum coding unit depth
 
 #======== Coding Structure =============
 IntraPeriod                   : -1          # Period of I-Frame ( -1 = only first)
diff --git a/cfg/encoder_lowdelay_vtm.cfg b/cfg/encoder_lowdelay_vtm.cfg
index 2b449a99e..126d9add7 100644
--- a/cfg/encoder_lowdelay_vtm.cfg
+++ b/cfg/encoder_lowdelay_vtm.cfg
@@ -8,7 +8,6 @@ Profile                       : auto
 #======== Unit definition ================
 MaxCUWidth                    : 64          # Maximum coding unit width in pixel
 MaxCUHeight                   : 64          # Maximum coding unit height in pixel
-MaxPartitionDepth             : 4           # Maximum coding unit depth
 
 #======== Coding Structure =============
 IntraPeriod                   : -1          # Period of I-Frame ( -1 = only first)
diff --git a/cfg/encoder_randomaccess_vtm.cfg b/cfg/encoder_randomaccess_vtm.cfg
index 47f57f957..27267b772 100644
--- a/cfg/encoder_randomaccess_vtm.cfg
+++ b/cfg/encoder_randomaccess_vtm.cfg
@@ -8,7 +8,6 @@ Profile                       : auto
 #======== Unit definition ================
 MaxCUWidth                    : 64          # Maximum coding unit width in pixel
 MaxCUHeight                   : 64          # Maximum coding unit height in pixel
-MaxPartitionDepth             : 4           # Maximum coding unit depth
 
 #======== Coding Structure =============
 IntraPeriod                   : 32          # Period of I-Frame ( -1 = only first)
-- 
GitLab