registry: add RealVideo 6 record
authorKostya Shishkov <kostya.shishkov@gmail.com>
Wed, 7 Nov 2018 18:17:54 +0000 (19:17 +0100)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sat, 8 Dec 2018 11:28:58 +0000 (12:28 +0100)
src/register.rs

index b06b5979affe39b9120f69d672701f74c790d615..b0bce3a2ad59e63906e22d048bcf88d6cbe7c010 100644 (file)
@@ -131,6 +131,7 @@ static CODEC_REGISTER: &'static [CodecDescription] = &[
     desc!(video;    "realvideo2", "Real Video 2"),
     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),
     desc!(video;    "clearvideo", "ClearVideo"),
     desc!(video;    "clearvideo_rm", "ClearVideo"),
     desc!(audio;    "ra14.4",     "RealAudio 14.4"),