Skip to content

Commit 3026e26

Browse files
committed
comment
1 parent e35d8f3 commit 3026e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioTools/AudioCodecs/ContainerM4A.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class ContainerM4A : public ContainerDecoder {
7575
return;
7676
}
7777

78-
// for AAC only: process magic cookie if not done yet
78+
// for ALAC only: process magic cookie if not done yet
7979
if (StrView(frame.mime) == "audio/alac" &&
8080
!self->is_magic_cookie_processed) {
8181
auto& magic_cookie = self->demux.getALACMagicCookie();

0 commit comments

Comments
 (0)