registry: mark Sorenson Video 3 as having B-frames
authorKostya Shishkov <kostya.shishkov@gmail.com>
Tue, 23 Jun 2020 08:58:10 +0000 (10:58 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Tue, 23 Jun 2020 08:58:10 +0000 (10:58 +0200)
nihav-registry/src/register.rs

index d0a1d576e26a5c407d18113932538e6956220f8d..8c1dcc6d024636f0af36c35604cc1ca5186d87b4 100644 (file)
@@ -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;    "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)"),
     desc!(audio;    "mace-3",               "MACE 3:1"),
     desc!(audio;    "mace-6",               "MACE 6:1"),
     desc!(audio;    "ima-adpcm-qt",         "IMA ADPCM (Apple variant)"),