mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
c0d7d5f595
commit
7f660035fe
|
@ -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,
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue