summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKostya Shishkov <[email protected]>2020-04-02 14:50:05 +0200
committerKostya Shishkov <[email protected]>2020-04-02 14:50:05 +0200
commit6b2cdc8411a36d7d67863067d7743d3e1d061d43 (patch)
tree058b82338c6a475e775066fced6876dd6315b993
parente2626d3793e3300ad6ee7e7e2bb0ec089ef78876 (diff)
registry: RealVideo 2 has B-frames
-rw-r--r--nihav-registry/src/register.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nihav-registry/src/register.rs b/nihav-registry/src/register.rs
index c54ce58..5821ced 100644
--- a/nihav-registry/src/register.rs
+++ b/nihav-registry/src/register.rs
@@ -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),