mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2018-08-28 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression that caused the RDXport service to throw a segfault when importing audio.
This commit is contained in:
@@ -108,6 +108,7 @@ class RDAudioConvert : public QObject
|
||||
int conv_start_point;
|
||||
int conv_end_point;
|
||||
float conv_speed_ratio;
|
||||
int conv_transcoding_delay;
|
||||
RDSettings *conv_settings;
|
||||
RDWaveData *conv_src_wavedata;
|
||||
RDWaveData *conv_dst_wavedata;
|
||||
@@ -118,7 +119,6 @@ class RDAudioConvert : public QObject
|
||||
void *conv_mad_handle;
|
||||
void *conv_lame_handle;
|
||||
void *conv_twolame_handle;
|
||||
RDConfig *conv_config;
|
||||
#ifdef HAVE_MAD
|
||||
void (*mad_stream_init)(struct mad_stream *);
|
||||
void (*mad_frame_init)(struct mad_frame *);
|
||||
|
||||
Reference in New Issue
Block a user