fftools/cmdutils: Remove unused cpu_count

Added in cf12a478b2, but not used.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2021-08-07 03:28:48 +02:00
parent c0d7d5f595
commit 7f660035fe
2 changed files with 0 additions and 2 deletions

View File

@ -73,7 +73,6 @@ AVDictionary *format_opts, *codec_opts, *resample_opts;
static FILE *report_file;
static int report_file_level = AV_LOG_DEBUG;
int hide_banner = 0;
int cpu_count = -1;
enum show_muxdemuxers {
SHOW_DEFAULT,

View File

@ -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.