Browse Source

ffmpeg: remove dead code for -vol

It is applied via configure_input_audio_filter()
tags/n4.4
Gyan Doshi 4 years ago
parent
commit
d16b0a4bf0
1 changed files with 0 additions and 7 deletions
  1. +0
    -7
      fftools/ffmpeg_filter.c

+ 0
- 7
fftools/ffmpeg_filter.c View File

@@ -641,13 +641,6 @@ static int configure_output_audio_filter(FilterGraph *fg, OutputFilter *ofilter,
pad_idx = 0;
}

if (audio_volume != 256 && 0) {
char args[256];

snprintf(args, sizeof(args), "%f", audio_volume / 256.);
AUTO_INSERT_FILTER("-vol", "volume", args);
}

if (ost->apad && of->shortest) {
char args[256];
int i;


Loading…
Cancel
Save