diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2019-02-06 12:30:40 +0100 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2019-02-06 12:30:40 +0100 |
commit | a38be6e465023778a1b0de9d4399e828f5387300 (patch) | |
tree | d70047589e7443b056e093dad2e206976ab77cde | |
parent | 1b8522d6275f5a8e252b7c7283ed4d80a594db93 (diff) | |
download | nihav-a38be6e465023778a1b0de9d4399e828f5387300.tar.gz |
register On2 AVC twoccs
-rw-r--r-- | nihav-core/src/register.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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> { |