Skip to content

Commit

Permalink
avfilter/af_afade: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
richardpl committed Nov 4, 2018
1 parent 470700b commit 63fbec7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libavfilter/af_afade.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
* fade audio filter
*/

#include "libavutil/audio_fifo.h"
#include "libavutil/opt.h"
#include "audio.h"
#include "avfilter.h"
Expand All @@ -40,9 +39,7 @@ typedef struct AudioFadeContext {
int64_t start_time;
int overlap;
int cf0_eof;
int prev_size;
int crossfade_is_over;
AVAudioFifo *fifo[2];
int64_t pts;

void (*fade_samples)(uint8_t **dst, uint8_t * const *src,
Expand Down

0 comments on commit 63fbec7

Please sign in to comment.