mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-05 16:57:44 +08:00
lavu/cpu: Use av_cpu_ prefix
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user