Skip to content

Commit af390d3

Browse files
committed
StreamCopy mime detection remove audio/basic
1 parent b82861c commit af390d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/AudioTools/CoreAudio/StreamCopy.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,6 @@ class StreamCopyT {
447447
const char* mime = nullptr;
448448
if (len > 4) {
449449
const uint8_t *start = (const uint8_t *) data;
450-
mime = "audio/basic";
451450
if (start[0]==0xFF && start[1]==0xF1){
452451
mime = "audio/aac";
453452
} else if (memcmp(start,"ID3",3) || start[0]==0xFF || start[0]==0xFE ){

0 commit comments

Comments
 (0)