]> git.nihav.org Git - nihav.git/commitdiff
add MP3 codec tag for AVI/WAV
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 13 Oct 2024 16:15:37 +0000 (18:15 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Mon, 14 Oct 2024 16:18:49 +0000 (18:18 +0200)
nihav-registry/src/register.rs

index dc06a2793e8c8c3638d09f7ac1403779d4045412..a29505b0d25aedce67ae75837c0132c46fbbd404 100644 (file)
@@ -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"),