From 9d9c811bd8ca1a67702c7c51c990f61bd1947ec9 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Sun, 24 May 2020 15:20:37 +0200 Subject: [PATCH] registry: twocc 0x0000 is an unknown codec, mark it as such --- nihav-registry/src/register.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nihav-registry/src/register.rs b/nihav-registry/src/register.rs index 331748a..f9ecb3d 100644 --- a/nihav-registry/src/register.rs +++ b/nihav-registry/src/register.rs @@ -262,7 +262,7 @@ static AVI_VIDEO_CODEC_REGISTER: &'static [(&[u8;4], &str)] = &[ ]; static WAV_CODEC_REGISTER: &'static [(u16, &str)] = &[ - (0x0000, "pcm"), + (0x0000, "unknown"), (0x0001, "pcm"), (0x0002, "ms-adpcm"), (0x0003, "pcm"), -- 2.30.2