From 12881f899a64d986dd97df4e28a062040850a592 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Sat, 24 Oct 2020 18:19:35 +0200 Subject: [PATCH] registry: register AAC in MP4 --- nihav-registry/src/register.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nihav-registry/src/register.rs b/nihav-registry/src/register.rs index fdf9e83..1ada162 100644 --- a/nihav-registry/src/register.rs +++ b/nihav-registry/src/register.rs @@ -354,6 +354,8 @@ static MOV_AUDIO_CODEC_REGISTER: &'static [(&[u8;4], &str)] = &[ (b"QDM2", "qdesign-music2"), (b"Qclp", "qualcomm-purevoice"), //(b".mp3", "mpeg-layer3"), + + (b"mp4a", "aac"), ]; /// Returns video codec short name for provided FOURCC (used in AVI format). -- 2.30.2