X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-registry%2Fsrc%2Fregister.rs;h=8c1dcc6d024636f0af36c35604cc1ca5186d87b4;hb=f65c6fb45c243e937e06b17f2d22aadb61349bd7;hp=b92746cfc1d3c10ab9d346be05a35332e32fbdcb;hpb=3d5fb08f404cd219161c2133e24022d53acdec61;p=nihav.git diff --git a/nihav-registry/src/register.rs b/nihav-registry/src/register.rs index b92746c..8c1dcc6 100644 --- a/nihav-registry/src/register.rs +++ b/nihav-registry/src/register.rs @@ -185,7 +185,7 @@ static CODEC_REGISTER: &'static [CodecDescription] = &[ desc!(video; "qt-rle", "Apple Animation"), desc!(video; "apple-video", "Apple video"), desc!(video; "sorenson-video", "Sorenson Video"), - desc!(video; "sorenson-video3", "Sorenson Video 3"), + desc!(video; "sorenson-video3", "Sorenson Video 3", CODEC_CAP_REORDER), desc!(audio; "mace-3", "MACE 3:1"), desc!(audio; "mace-6", "MACE 6:1"), desc!(audio; "ima-adpcm-qt", "IMA ADPCM (Apple variant)"), @@ -306,7 +306,9 @@ static MOV_VIDEO_CODEC_REGISTER: &'static [(&[u8;4], &str)] = &[ (b"mjpa", "mjpeg-a"), (b"mjpb", "mjpeg-b"), (b"svqi", "sorenson-video"), + (b"SVQ1", "sorenson-video"), (b"svq3", "sorenson-video3"), + (b"SVQ3", "sorenson-video3"), (b"IV31", "indeo3"), (b"IV32", "indeo3"),