Skip to content

Commit

Permalink
set Type variable for flac-files
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Linke committed Feb 15, 2015
1 parent 64e638e commit fae16fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/soundsourceflac.cpp
Expand Up @@ -36,6 +36,7 @@ SoundSourceFLAC::SoundSourceFLAC(QString filename)
, m_flacBufferLength(0)
, m_leftoverBuffer(NULL)
, m_leftoverBufferLength(0) {
setType("flac");
}

SoundSourceFLAC::~SoundSourceFLAC() {
Expand Down

0 comments on commit fae16fd

Please sign in to comment.