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