X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-registry%2Fsrc%2Fregister.rs;h=6ae85286b3c145c4deed53154f35c91d0c7ab3dc;hp=628cc6b87af5271f99b5b76d5e4c0f6a104ce0ed;hb=57777a0a5ea7d4f36f25e4e2d90b4a33b920a88b;hpb=7e19285f3ddeb71a82802fd878b7914e0e348e5c diff --git a/nihav-registry/src/register.rs b/nihav-registry/src/register.rs index 628cc6b..6ae8528 100644 --- a/nihav-registry/src/register.rs +++ b/nihav-registry/src/register.rs @@ -172,6 +172,8 @@ static CODEC_REGISTER: &'static [CodecDescription] = &[ desc!(audio; "atrac3", "Sony Atrac3"), desc!(audio; "sipro", "Sipro Labs ADPCM"), + desc!(video; "cinepak", "Cinepak"), + desc!(video; "truemotion1", "TrueMotion 1"), desc!(video-im; "truemotionrt", "TrueMotion RT"), desc!(video; "truemotion2", "TrueMotion 2"), @@ -229,6 +231,7 @@ static AVI_VIDEO_CODEC_REGISTER: &'static [(&[u8;4], &str)] = &[ (b"I263", "intel263"), (b"UCOD", "clearvideo"), + (b"cvid", "cinepak"), (b"MVDV", "midivid"), (b"MV30", "midivid3"),