summaryrefslogtreecommitdiff
path: root/libavutil/cpu.h
diff options
context:
space:
mode:
authorThilo Borgmann <thilo.borgmann@mail.de>2021-07-20 09:33:47 +0200
committerThilo Borgmann <thilo.borgmann@mail.de>2021-07-20 10:31:41 +0200
commitc1bf56a526f94bcfd74da1f19c3f8a0f12fa787e (patch)
tree473dc2bc8514bf606e7a45ea0dd37b52e378fe77 /libavutil/cpu.h
parentcd7043131f4e2ecf9e5a88c53d3f1a67e2402928 (diff)
lavu/cpu: Use av_cpu_ prefix
Diffstat (limited to 'libavutil/cpu.h')
-rw-r--r--libavutil/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/cpu.h b/libavutil/cpu.h
index c069076439..afea0640b4 100644
--- a/libavutil/cpu.h
+++ b/libavutil/cpu.h
@@ -102,7 +102,7 @@ int av_cpu_count(void);
* Overrides cpu count detection and forces the specified count.
* Count < 1 disables forcing of specific count.
*/
-void av_force_cpu_count(int count);
+void av_cpu_force_count(int count);
/**
* Get the maximum data alignment that may be required by FFmpeg.