Skip to content

Commit

Permalink
deleted _get_volume_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
eukreign committed Jul 15, 2020
1 parent 166d41b commit bf9e46b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lbry/file_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,6 @@ async def _get_audio_encoder(self, extension):

raise Exception(f"The audio encoder is not available. Requested: {encoder or 'aac'}")

def _get_volume_filter(self):
return self._conf.volume_filter if self._conf.volume_filter else "-af loudnorm"

@staticmethod
def _get_best_container_extension(scan_data, video_encoder):
# the container is chosen by the video format
Expand Down

0 comments on commit bf9e46b

Please sign in to comment.