summaryrefslogtreecommitdiff
path: root/libavutil/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/cpu.c')
-rw-r--r--libavutil/cpu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavutil/cpu.c b/libavutil/cpu.c
index 48d195168c..374b53d3bb 100644
--- a/libavutil/cpu.c
+++ b/libavutil/cpu.c
@@ -197,7 +197,6 @@ int av_parse_cpu_caps(unsigned *flags, const char *s)
};
static const AVClass class = {
.class_name = "cpuflags",
- .item_name = av_default_item_name,
.option = cpuflags_opts,
.version = LIBAVUTIL_VERSION_INT,
};