From 1f85167d57a71f7c01a855b5e7c904ef280e0bcb Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Sun, 13 Oct 2024 18:15:37 +0200 Subject: [PATCH] add MP3 codec tag for AVI/WAV --- nihav-registry/src/register.rs | 1 + 1 file changed, 1 insertion(+) 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"), -- 2.39.5