You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user