X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-registry%2Fsrc%2Fregister.rs;h=5e06224a7c42431d06c1e6a5633e2ede079048a7;hp=bf5255cc557338cee6901ea9f3bb8e6ca991ad62;hb=19336bafcd1ff2601795d158d9124bf5756d3edc;hpb=de161d2617c1c95557f5a29f4177a30e4a49dde7 diff --git a/nihav-registry/src/register.rs b/nihav-registry/src/register.rs index bf5255c..5e06224 100644 --- a/nihav-registry/src/register.rs +++ b/nihav-registry/src/register.rs @@ -187,6 +187,8 @@ static CODEC_REGISTER: &[CodecDescription] = &[ desc!(video; "cinepak", "Cinepak"), + desc!(video-llp; "zmbv", "Zip Motion Blocks Video"), + desc!(video; "msvideo1", "MS Video 1"), desc!(video; "msrle", "MS RLE"), desc!(audio; "ms-adpcm", "MS ADPCM"), @@ -281,6 +283,7 @@ static AVI_VIDEO_CODEC_REGISTER: &[(&[u8;4], &str)] = &[ (b"UCOD", "clearvideo"), (b"cvid", "cinepak"), + (b"ZMBV", "zmbv"), (b"MVDV", "midivid"), (b"MV30", "midivid3"),