Skip to content

Commit c861c6d

Browse files
committed
ContainerM4A compile error
1 parent 2342e67 commit c861c6d

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
@@ -130,7 +130,7 @@ class ContainerM4A : public ContainerDecoder {
130130
dec.write(frame.data, frame.size);
131131

132132
// restore the original mime type
133-
dec.selectDecoder(current_mime)
133+
dec.selectDecoder(current_mime);
134134
}
135135
};
136136

0 commit comments

Comments
 (0)