add Lernout & Hauspie StreamTalk codecs to the registry
[nihav.git] / nihav-registry / src / register.rs
index c54ce584d7b63367b55f1db235d57a30bc81db69..f23ba06d402a93d7fdd41027d2e957f6fb93cb2c 100644 (file)
@@ -157,7 +157,7 @@ static CODEC_REGISTER: &'static [CodecDescription] = &[
     desc!(audio;    "imc",    "Intel Music Coder"),
 
     desc!(video;    "realvideo1", "Real Video 1"),
-    desc!(video;    "realvideo2", "Real Video 2"),
+    desc!(video;    "realvideo2", "Real Video 2", CODEC_CAP_REORDER),
     desc!(video;    "realvideo3", "Real Video 3", CODEC_CAP_REORDER),
     desc!(video;    "realvideo4", "Real Video 4", CODEC_CAP_REORDER),
     desc!(video;    "realvideo6", "Real Video 6", CODEC_CAP_REORDER),
@@ -207,6 +207,11 @@ static CODEC_REGISTER: &'static [CodecDescription] = &[
     desc!(video;    "bink2-video",   "Bink2 video"),
     desc!(audio;    "bink-audio-dct",   "Bink audio (DCT)"),
     desc!(audio;    "bink-audio-rdft",  "Bink audio (RDFT)"),
+
+    desc!(audio;    "lhst15f8",      "L&H StreamTalk 15kbps at 8 kHz"),
+    desc!(audio;    "lhst250f11",    "L&H StreamTalk 25kbps at 11 kHz"),
+    desc!(audio;    "lhst500f22",    "L&H StreamTalk 50kpbs at 22 kHz"),
+    desc!(audio;    "lhst48",        "L&H StreamTalk CELP Codec 4.8kbps at 8 kHz"),
 ];
 
 static AVI_VIDEO_CODEC_REGISTER: &'static [(&[u8;4], &str)] = &[