| 49 | //------------------------------------------------------------------------------ |
| 50 | |
| 51 | SndFileAudioFileReader::SndFileAudioFileReader() : |
| 52 | input_file_(nullptr) |
| 53 | { |
| 54 | memset(&info_, 0, sizeof(info_)); |
| 55 | } |
| 56 | |
| 57 | //------------------------------------------------------------------------------ |
| 58 |
nothing calls this directly
no outgoing calls
no test coverage detected