mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-01 14:20:11 +01:00
2024-05-25 Fred Gleason <fredg@paravelsystems.com>
* Added an 'RDWaveData::dump()' static method. * Fixed a regression in the audio importation system that could cause the detected length of an MPEG file to be '0'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// A Container Class for Audio Meta Data.
|
||||
//
|
||||
// (C) Copyright 2002-2020 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2024 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU Library General Public License
|
||||
@@ -202,6 +202,7 @@ class RDWaveData
|
||||
static QString endTypeText(EndType type);
|
||||
static QString cartTypeText(CartType type);
|
||||
static QString usageText(UsageCode code);
|
||||
static QString dump(const QString &label,RDWaveData *data);
|
||||
|
||||
private:
|
||||
bool data_metadata_found;
|
||||
|
||||
Reference in New Issue
Block a user