registry: RealVideo 2 has B-frames
authorKostya Shishkov <kostya.shishkov@gmail.com>
Thu, 2 Apr 2020 12:50:05 +0000 (14:50 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Thu, 2 Apr 2020 12:50:05 +0000 (14:50 +0200)
nihav-registry/src/register.rs

index c54ce584d7b63367b55f1db235d57a30bc81db69..5821ced537a6f58587cd22bba3267c9147e8be7b 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),