fftools/cmdutils: Remove unused cpu_count

Added in cf12a478b2, but not used.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
pull/364/head
Andreas Rheinhardt 3 years ago
parent c0d7d5f595
commit 7f660035fe
  1. 1
      fftools/cmdutils.c
  2. 1
      fftools/cmdutils.h

@ -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…
Cancel
Save