From: Kostya Shishkov Date: Thu, 14 Aug 2025 16:40:03 +0000 (+0200) Subject: nihav_registry: register TwoCCs for A- and mu-law PCM X-Git-Url: https://git.nihav.org/?a=commitdiff_plain;h=7e5b21f2e4eec5961192b3d1bbb0c67181470c3c;p=nihav.git nihav_registry: register TwoCCs for A- and mu-law PCM --- 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"),