mirror of
https://github.com/RGBCube/serenity
synced 2025-10-27 04:22:33 +00:00
Before this change the file stream was generated two times: one time in the parse_header(), and another time for the whole class in the constructor. The previous commit moved the m_stream initialization before executing the parse_header function, so we can now reuse that here. |
||
|---|---|---|
| .. | ||
| Buffer.cpp | ||
| Buffer.h | ||
| ClientConnection.cpp | ||
| ClientConnection.h | ||
| CMakeLists.txt | ||
| FlacLoader.cpp | ||
| FlacLoader.h | ||
| FlacTypes.h | ||
| Loader.cpp | ||
| Loader.h | ||
| WavLoader.cpp | ||
| WavLoader.h | ||
| WavWriter.cpp | ||
| WavWriter.h | ||