2019-05-03 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression that broke audio importation in rdimport(1).
This commit is contained in:
Fred Gleason
2019-05-03 15:42:40 -04:00
parent bf0a19bf43
commit aa59fbb0f5
3 changed files with 16 additions and 12 deletions

View File

@@ -1076,6 +1076,7 @@ class RDWaveFile
#endif // HAVE_VORBIS
int WriteOggBuffer(char *buf,int size);
unsigned FrameOffset(int msecs) const;
QString wave_file_name;
QFile wave_file;
RDWaveData *wave_data;
bool recordable; // Allow DATA chunk writes?