lavu/cpu: Use av_cpu_ prefix

This commit is contained in:
Thilo Borgmann
2021-07-20 09:33:47 +02:00
parent cd7043131f
commit c1bf56a526
5 changed files with 9 additions and 5 deletions

View File

@@ -874,7 +874,7 @@ int opt_cpucount(void *optctx, const char *opt, const char *arg)
ret = av_opt_eval_int(&pclass, opts, arg, &count);
if (!ret) {
av_force_cpu_count(count);
av_cpu_force_count(count);
}
return ret;