X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-registry%2Fsrc%2Fregister.rs;h=8c1dcc6d024636f0af36c35604cc1ca5186d87b4;hb=f65c6fb45c243e937e06b17f2d22aadb61349bd7;hp=d0a1d576e26a5c407d18113932538e6956220f8d;hpb=b2689495d6f78aa0c0fbf006dae5a185b7c79d7d;p=nihav.git diff --git a/nihav-registry/src/register.rs b/nihav-registry/src/register.rs index d0a1d57..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)"),