X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-core%2Fsrc%2Fregister.rs;h=d9321530663910f8ac3e83b477f54b563f48d1f5;hb=b2d656d00ab4665c9e29aefdcf175003a63463f4;hp=5ab28bb94797cf0df7b9b73ffa3abb6bfb036e76;hpb=b83a3961a4d4b64e3df91b202d22d9164aa92a25;p=nihav.git diff --git a/nihav-core/src/register.rs b/nihav-core/src/register.rs index 5ab28bb..d932153 100644 --- a/nihav-core/src/register.rs +++ b/nihav-core/src/register.rs @@ -154,6 +154,20 @@ static AVI_VIDEO_CODEC_REGISTER: &'static [(&[u8;4], &str)] = &[ (b"I263", "intel263"), (b"UCOD", "clearvideo"), + + (b"DUCK", "truemotion1"), + (b"TR20", "truemotionrt"), + (b"TM20", "truemotion2"), + (b"TM2A", "truemotion2x"), + (b"TM2X", "truemotion2x"), + (b"VP30", "truemotion3"), + (b"VP31", "truemotion3"), + (b"VP40", "truemotion4"), + (b"VP50", "truemotion5"), + (b"VP60", "truemotion6"), + (b"VP61", "truemotion6"), + (b"VP62", "truemotion6"), + (b"VP70", "truemotion7"), ]; static WAV_CODEC_REGISTER: &'static [(u16, &str)] = &[