X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-core%2Fsrc%2Fregister.rs;h=7c1fc1d7cfcd583b174f80cd38852d44db7dfe06;hp=b4441a407b2494d8e278d7d1f5b1a20382f8c114;hb=d24468d9dbd54f5cbe414649ff061699337fa7fe;hpb=fa90ccfb8676a917a02fbb56381f86aa1962d313 diff --git a/nihav-core/src/register.rs b/nihav-core/src/register.rs index b4441a4..7c1fc1d 100644 --- a/nihav-core/src/register.rs +++ b/nihav-core/src/register.rs @@ -145,9 +145,9 @@ static CODEC_REGISTER: &'static [CodecDescription] = &[ desc!(audio; "atrac3", "Sony Atrac3"), desc!(audio; "sipro", "Sipro Labs ADPCM"), - desc!(video; "truemotion1", "TrueMotion 1"), - desc!(video-im; "truemotionrt", "TrueMotion RT"), - desc!(video; "truemotion2", "TrueMotion 2"), + desc!(video; "truemotion1", "TrueMotion 1"), + desc!(video-im; "truemotionrt", "TrueMotion RT"), + desc!(video; "truemotion2", "TrueMotion 2"), desc!(video; "truemotion2x", "TrueMotion 2X"), desc!(video; "vp3", "VP3"), desc!(video; "vp4", "VP4"),