From 12e6cb276c8940b8f8eff3f7e428d60b222a7d9b 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 e7e40f13d..74688b487 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 372d586d9..1c11fd5ca 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 1b0d071aa..b4854d2bc 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 8f99fe806..3d62241f7 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