You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Use C++11 range-based for loops where we can
This commit is contained in:
@@ -51,7 +51,7 @@ AudioReaderSource::~AudioReaderSource()
|
||||
// Clear and delete the buffer
|
||||
delete buffer;
|
||||
buffer = NULL;
|
||||
};
|
||||
}
|
||||
|
||||
// Get more samples from the reader
|
||||
void AudioReaderSource::GetMoreSamplesFromReader()
|
||||
|
||||
Reference in New Issue
Block a user