X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-core%2Fsrc%2Fregister.rs;h=7ba6e5378a4233daf9227d29bab104645ccfc289;hb=9a62b981fb6eef07812c36e55e9193298d23f72b;hp=d9321530663910f8ac3e83b477f54b563f48d1f5;hpb=b2d656d00ab4665c9e29aefdcf175003a63463f4;p=nihav.git diff --git a/nihav-core/src/register.rs b/nihav-core/src/register.rs index d932153..7ba6e53 100644 --- a/nihav-core/src/register.rs +++ b/nihav-core/src/register.rs @@ -174,8 +174,12 @@ static WAV_CODEC_REGISTER: &'static [(u16, &str)] = &[ (0x0000, "pcm"), (0x0001, "pcm"), (0x0003, "pcm"), + (0x0061, "adpcm-dk4"), + (0x0062, "adpcm-dk3"), (0x0401, "imc"), (0x0402, "iac"), + (0x0500, "on2avc-500"), + (0x0501, "on2avc-501"), ]; pub fn find_codec_from_avi_fourcc(fcc: &[u8;4]) -> Option<&'static str> {