From 7e5b21f2e4eec5961192b3d1bbb0c67181470c3c Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Thu, 14 Aug 2025 18:40:03 +0200 Subject: [PATCH] nihav_registry: register TwoCCs for A- and mu-law PCM --- 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 2134f38..d12ea4c 100644 --- a/nihav-registry/src/register.rs +++ b/nihav-registry/src/register.rs @@ -401,6 +401,8 @@ static WAV_CODEC_REGISTER: &[(u16, &str)] = &[ (0x0001, "pcm"), (0x0002, "ms-adpcm"), (0x0003, "pcm"), + (0x0006, "alaw"), + (0x0007, "ulaw"), (0x0011, "ima-adpcm-ms"), (0x0055, "mp3"), (0x0061, "adpcm-dk4"), -- 2.39.5