X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-core%2Fsrc%2Fregister.rs;h=632aec489fe49c16501cc24de3f4693114a75496;hp=7ba6e5378a4233daf9227d29bab104645ccfc289;hb=40e9529189ad00f3306baa873d6b2bbc46204957;hpb=8bde0eaee45d07c3a7280e53cd155ea8728e2536 diff --git a/nihav-core/src/register.rs b/nihav-core/src/register.rs index 7ba6e53..632aec4 100644 --- a/nihav-core/src/register.rs +++ b/nihav-core/src/register.rs @@ -160,14 +160,14 @@ static AVI_VIDEO_CODEC_REGISTER: &'static [(&[u8;4], &str)] = &[ (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"), + (b"VP30", "vp3"), + (b"VP31", "vp3"), + (b"VP40", "vp4"), + (b"VP50", "vp5"), + (b"VP60", "vp6"), + (b"VP61", "vp6"), + (b"VP62", "vp6"), + (b"VP70", "vp7"), ]; static WAV_CODEC_REGISTER: &'static [(u16, &str)] = &[