1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

SRS: Fix bug

This commit is contained in:
winlin 2020-08-21 21:15:48 +08:00
parent a826926073
commit 60aebb5ae3

View file

@ -348,7 +348,6 @@ SrsAudioRecode::SrsAudioRecode(int channels, int samplerate)
dec_ = NULL; dec_ = NULL;
enc_ = NULL; enc_ = NULL;
resample_ = NULL; resample_ = NULL;
data_ = NULL;
} }
SrsAudioRecode::~SrsAudioRecode() SrsAudioRecode::~SrsAudioRecode()