From: Kostya Shishkov Date: Sun, 13 Oct 2024 16:15:37 +0000 (+0200) Subject: add MP3 codec tag for AVI/WAV X-Git-Url: https://git.nihav.org/?a=commitdiff_plain;h=1f85167d57a71f7c01a855b5e7c904ef280e0bcb;p=nihav.git add MP3 codec tag for AVI/WAV --- diff --git a/nihav-registry/src/register.rs b/nihav-registry/src/register.rs index dc06a27..a29505b 100644 --- a/nihav-registry/src/register.rs +++ b/nihav-registry/src/register.rs @@ -372,6 +372,7 @@ static WAV_CODEC_REGISTER: &[(u16, &str)] = &[ (0x0002, "ms-adpcm"), (0x0003, "pcm"), (0x0011, "ima-adpcm-ms"), + (0x0055, "mp3"), (0x0061, "adpcm-dk4"), (0x0062, "adpcm-dk3"), (0x0401, "imc"),