X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-registry%2Fsrc%2Fregister.rs;h=1a8e1eb04f98265103b1f2c7d229e940fc2b3a4f;hb=a91a83670604f3799b48c240591c9354ed9b3a6b;hp=d929e28b9a7ae3a736565f93d1a18b935602aea3;hpb=a715e99fd5a8b724cf31877c74bbd8191d7fd256;p=nihav.git diff --git a/nihav-registry/src/register.rs b/nihav-registry/src/register.rs index d929e28..1a8e1eb 100644 --- a/nihav-registry/src/register.rs +++ b/nihav-registry/src/register.rs @@ -187,6 +187,7 @@ static CODEC_REGISTER: &[CodecDescription] = &[ desc!(video-ll; "rawvideo", "Raw video data"), + desc!(video-ll; "rawvideo-ms", "Raw video data"), desc!(video; "cinepak", "Cinepak"), @@ -235,6 +236,8 @@ static CODEC_REGISTER: &[CodecDescription] = &[ desc!(video; "fable-imax", "Fable IMAX video"), desc!(video; "fst-video", "FutureVision video"), desc!(audio; "fst-audio", "FutureVision audio"), + desc!(video-llp; "ipma", "Imagination Pilots Matte Animation"), + desc!(video-llp; "ipma2", "Imagination Pilots Matte Animation v2"), desc!(video; "legend-q-video", "Legend Entertainment Q video"), desc!(video; "midivid", "MidiVid"), desc!(video; "midivid3", "MidiVid 3"), @@ -289,6 +292,9 @@ static AVI_VIDEO_CODEC_REGISTER: &[(&[u8;4], &str)] = &[ (b"cvid", "cinepak"), (b"ZMBV", "zmbv"), + (b"Ipma", "ipma"), + (b"Ip20", "ipma2"), + (b"MVDV", "midivid"), (b"MV30", "midivid3"), (b"MVLZ", "midivid-ll"),