Simplify the LSF processing to allow changed META field data changed

through.
This commit is contained in:
Jonathan Naylor 2021-08-26 21:49:46 +01:00
parent ef6ce0ef88
commit d1dc6bb7a0
7 changed files with 148 additions and 114 deletions

View file

@ -23,6 +23,7 @@
class CM17LSF {
public:
CM17LSF(const CM17LSF& lsf);
CM17LSF();
~CM17LSF();
@ -62,6 +63,8 @@ public:
void getFragment(unsigned char* data, unsigned int n) const;
void setFragment(const unsigned char* data, unsigned int n);
CM17LSF& operator=(const CM17LSF& lsf);
private:
unsigned char* m_lsf;
bool m_valid;