remove unused var

pull/2077/head
Isaac Connor 2017-12-12 12:41:17 -05:00
parent 40e4d909c3
commit 007ebd3689
1 changed files with 0 additions and 2 deletions

View File

@ -65,8 +65,6 @@ AVAudioResampleContext* resample_ctx;
int64_t audio_next_pts;
int64_t audio_next_dts;
int64_t filter_in_rescale_delta_last;
bool setup_resampler();
public: