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