From: Kostya Shishkov Date: Thu, 28 May 2026 05:28:36 +0000 (+0200) Subject: nihav_registry: add AC3 entry for MOV (MP4) X-Git-Url: https://git.nihav.org/?a=commitdiff_plain;h=4b3b962c4888e45588508c093e8f60ea13d4b6f0;p=nihav.git nihav_registry: add AC3 entry for MOV (MP4) --- diff --git a/nihav-registry/src/register.rs b/nihav-registry/src/register.rs index 3d29e2f..1e4049b 100644 --- a/nihav-registry/src/register.rs +++ b/nihav-registry/src/register.rs @@ -513,6 +513,8 @@ static MOV_AUDIO_CODEC_REGISTER: &[(&[u8;4], &str)] = &[ (b"mp4a", "aac"), + (b"ac-3", "ac3"), + (b"alac", "alac"), ];