mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-01 14:20:11 +01:00
2025-08-20 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'RDCut::setMetadata()' where processing an 'RDWaveData' structure containing segue data but no endpoint data could result with a record where the value of 'CUTS.SEGUE_END_POINT' was greater than that of 'CUTS.END_POINT'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -138,8 +138,8 @@ class RDCart
|
||||
QString macros() const;
|
||||
void setMacros(const QString &cmds) const;
|
||||
bool validateLengths(int len) const;
|
||||
void getMetadata(RDWaveData *data) const;
|
||||
void setMetadata(const RDWaveData *data);
|
||||
void getMetadata(RDWaveData *data) const; // DB=>FILE
|
||||
void setMetadata(const RDWaveData *data); // FILE=>DB
|
||||
QString xml(bool include_cuts,bool absolute,
|
||||
RDSettings *settings=NULL,int cutnum=-1) const;
|
||||
void updateLength();
|
||||
|
||||
Reference in New Issue
Block a user