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 e35d8f3 commit 3026e26Copy full SHA for 3026e26
src/AudioTools/AudioCodecs/ContainerM4A.h
@@ -75,7 +75,7 @@ class ContainerM4A : public ContainerDecoder {
75
return;
76
}
77
78
- // for AAC only: process magic cookie if not done yet
+ // for ALAC only: process magic cookie if not done yet
79
if (StrView(frame.mime) == "audio/alac" &&
80
!self->is_magic_cookie_processed) {
81
auto& magic_cookie = self->demux.getALACMagicCookie();
0 commit comments