We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e06dc commit a7e2cd1Copy full SHA for a7e2cd1
src/AudioMetaData/MetaDataICY.h
@@ -143,7 +143,7 @@ class MetaDataICY : public AbstractMetaData {
143
protected:
144
Status nextStatus = ProcessData;
145
Status currentStatus = ProcessData;
146
- void (*callback)(MetaDataType info, const char* str, int len);
+ void (*callback)(MetaDataType info, const char* str, int len) = nullptr;
147
char* metaData=nullptr;
148
int totalData = 0;
149
int mp3_blocksize = 0;
0 commit comments