Mercurial > hg > svcore
comparison data/fileio/MP3FileReader.h @ 1348:b3cb0edc25cd 3.0-integration
Update WAV/MP3/BZipFileDevice code to avoid using local 8-bit encoding
author | Chris Cannam |
---|---|
date | Fri, 06 Jan 2017 16:40:11 +0000 |
parents | ff9697592bef |
children | 48e9f538e6e9 |
comparison
equal
deleted
inserted
replaced
1347:281a8c9d4886 | 1348:b3cb0edc25cd |
---|---|
150 MP3FileReader *m_reader; | 150 MP3FileReader *m_reader; |
151 }; | 151 }; |
152 | 152 |
153 DecodeThread *m_decodeThread; | 153 DecodeThread *m_decodeThread; |
154 | 154 |
155 void loadTags(); | 155 void loadTags(int fd); |
156 QString loadTag(void *vtag, const char *name); | 156 QString loadTag(void *vtag, const char *name); |
157 }; | 157 }; |
158 | 158 |
159 #endif | 159 #endif |
160 | 160 |