From a38be6e465023778a1b0de9d4399e828f5387300 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Wed, 6 Feb 2019 12:30:40 +0100 Subject: [PATCH] register On2 AVC twoccs --- nihav-core/src/register.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nihav-core/src/register.rs b/nihav-core/src/register.rs index d932153..d098cfa 100644 --- a/nihav-core/src/register.rs +++ b/nihav-core/src/register.rs @@ -176,6 +176,8 @@ static WAV_CODEC_REGISTER: &'static [(u16, &str)] = &[ (0x0003, "pcm"), (0x0401, "imc"), (0x0402, "iac"), + (0x0500, "on2avc-500"), + (0x0501, "on2avc-501"), ]; pub fn find_codec_from_avi_fourcc(fcc: &[u8;4]) -> Option<&'static str> { -- 2.30.2