mirror of
https://github.com/clangen/musikcube.git
synced 2025-03-14 04:18:36 +00:00
Ensure outputFifo
is correctly initialized to null. Fixes #328
This commit is contained in:
parent
80759fea7d
commit
b82e4b4d65
@ -134,6 +134,7 @@ FfmpegDecoder::FfmpegDecoder() {
|
||||
this->resampler = nullptr;
|
||||
this->bufferSize = AV_INPUT_BUFFER_PADDING_SIZE + BUFFER_SIZE;
|
||||
this->buffer = new unsigned char[this->bufferSize];
|
||||
this->outputFifo = nullptr;
|
||||
}
|
||||
|
||||
FfmpegDecoder::~FfmpegDecoder() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user