X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-registry%2Fsrc%2Fregister.rs;h=466a3f7b8b414172c66e78f8489f44cf56998b6b;hp=f9ecb3d720a7fb445cc96659a39f593db982205e;hb=423005dc1d521e9089c9ddcf020979b825e30443;hpb=30940e7459d0fa54e1831bb9825b1b91787ac3d7 diff --git a/nihav-registry/src/register.rs b/nihav-registry/src/register.rs index f9ecb3d..466a3f7 100644 --- a/nihav-registry/src/register.rs +++ b/nihav-registry/src/register.rs @@ -226,6 +226,9 @@ static CODEC_REGISTER: &'static [CodecDescription] = &[ ]; static AVI_VIDEO_CODEC_REGISTER: &'static [(&[u8;4], &str)] = &[ + (&[1, 0, 0, 0], "msrle"), + (&[2, 0, 0, 0], "msrle"), + (b"CRAM", "msvideo1"), (b"MSVC", "msvideo1"), (b"WHAM", "msvideo1"),