Issue #2673 - Part 4: Hook up the ADTS sniffer + raw AAC MIME type.

This commit is contained in:
Moonchild 2024-12-29 13:50:24 +01:00 • committed by roytam1
commit d63a56adac
2 changed files with 14 additions and 0 deletions

View file

@ -88,6 +88,7 @@
#define AUDIO_3GPP2 "audio/3gpp2"
#define AUDIO_MIDI "audio/x-midi"
#define AUDIO_MATROSKA "audio/x-matroska"
#define AUDIO_AAC "audio/aac"
#define BINARY_OCTET_STREAM "binary/octet-stream"