We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 150b9a9 commit 30bee2cCopy full SHA for 30bee2c
src/Audio.cpp
@@ -3,8 +3,8 @@
3
*
4
* Created on: Oct 26.2018
5
6
- * Version 2.0.8
7
- * Updated on: Jan 09.2023
+ * Version 2.0.8a
+ * Updated on: Jan 10.2023
8
* Author: Wolle (schreibfaul1)
9
10
*/
@@ -2680,6 +2680,7 @@ void Audio::processLocalFile() {
2680
f_stream = false;
2681
f_fileDataComplete = false;
2682
byteCounter = 0;
2683
+ if(m_codec == CODEC_M4A) seek_m4a_stsz(); // determine the pos of atom stsz
2684
return;
2685
}
2686
0 commit comments