Skip to content

Commit 1a0f3d1

Browse files
committed
�ý,�ý.�:q!
1 parent 3fbfd79 commit 1a0f3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithms/io/audioloader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class AudioLoader : public Algorithm {
4646
// because we might want to decode multiple frames in this buffer (all the
4747
// frames contained in a packet, which can be more than 1 as in flac), and
4848
// 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;
49+
const int FFMPEG_BUFFER_SIZE = MAX_AUDIO_FRAME_SIZE * 2;
5050

5151
// float* _buffer;
5252
uint8_t* _buffer; // byte-oriented buffer, clearer semantics

0 commit comments

Comments
 (0)