Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-08-07 04:28:48 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-08-08 19:40:46 +0300
commit7f660035feabe932f9adb8adeb8991b5a47e5009 (patch)
tree53196178b0a14e4c58ca8d4e0ceae5409d6a3fa8 /fftools/cmdutils.h
parentc0d7d5f595ea1985c3e7a6bbe759de3ba6767e41 (diff)
fftools/cmdutils: Remove unused cpu_count
Added in cf12a478b206cd107343827426a05aedb83816bc, but not used. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'fftools/cmdutils.h')
-rw-r--r--fftools/cmdutils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fftools/cmdutils.h b/fftools/cmdutils.h
index d1d1257b8b..0330ee3509 100644
--- a/fftools/cmdutils.h
+++ b/fftools/cmdutils.h
@@ -50,7 +50,6 @@ extern AVDictionary *sws_dict;
extern AVDictionary *swr_opts;
extern AVDictionary *format_opts, *codec_opts, *resample_opts;
extern int hide_banner;
-extern int cpu_count;
/**
* Register a program-specific cleanup routine.