Skip to content

Commit 27a4ddf

Browse files
committed
fix aliasing
1 parent 1651894 commit 27a4ddf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libvmaf/src/feature/alias.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ static Alias alias_map[] = {
9696
.name = "VMAF_integer_feature_vif_scale3_score",
9797
.alias = "integer_vif_scale3",
9898
},
99+
{
100+
.name = "Cambi_feature_cambi_score",
101+
.alias = "cambi",
102+
},
99103
};
100104

101105
const char *vmaf_feature_name_alias(const char *feature_name)

0 commit comments

Comments
 (0)