We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fbfd79 commit 36e80aaCopy full SHA for 36e80aa
src/algorithms/io/audioloader.h
@@ -46,7 +46,7 @@ class AudioLoader : public Algorithm {
46
// because we might want to decode multiple frames in this buffer (all the
47
// frames contained in a packet, which can be more than 1 as in flac), and
48
// each time we decode a frame we need to have at least a full buffer of free space.
49
- const static int FFMPEG_BUFFER_SIZE = MAX_AUDIO_FRAME_SIZE * 2;
+ const int FFMPEG_BUFFER_SIZE = MAX_AUDIO_FRAME_SIZE * 2;
50
51
// float* _buffer;
52
uint8_t* _buffer; // byte-oriented buffer, clearer semantics
0 commit comments