2021-10-07 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in rdimport(1) that caused premature validation
	of metadata.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-10-07 15:19:40 -04:00
parent b4f66743a1
commit 554e07fcaa
3 changed files with 3 additions and 24 deletions

View File

@@ -1069,7 +1069,6 @@ class RDWaveFile
bool ReadNormalizeLevel(QString wave_file_name);
bool ReadEnergyFile(QString wave_file_name);
void GrowAlloc(size_t size);
void ValidateMetadata();
#ifdef HAVE_VORBIS
int WriteOggPage(ogg_page *page);
#endif // HAVE_VORBIS