mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
lavu/cpu: Use av_cpu_ prefix
This commit is contained in:
parent
cd7043131f
commit
c1bf56a526
5 changed files with 9 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue