From c1bf56a526f94bcfd74da1f19c3f8a0f12fa787e Mon Sep 17 00:00:00 2001 From: Thilo Borgmann Date: Tue, 20 Jul 2021 09:33:47 +0200 Subject: lavu/cpu: Use av_cpu_ prefix --- libavutil/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/cpu.h') 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. -- cgit v1.2.3