mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2021-12-29 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in caed(8) that could cause segfaults when attempting to capture audio via JACK. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -29,6 +29,11 @@ Driver::Driver(RDStation::AudioDriver type,QObject *parent)
|
||||
d_system_sample_rate=rda->system()->sampleRate();
|
||||
twolame_handle=NULL;
|
||||
mad_handle=NULL;
|
||||
for(int i=0;i<RD_MAX_CARDS;i++) {
|
||||
for(int j=0;j<RD_MAX_STREAMS;j++) {
|
||||
twolame_lameopts[i][j]=NULL;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user