aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2020-06-12 15:55:06 +0200
committerKostya Shishkov <kostya.shishkov@gmail.com>2020-06-12 15:55:06 +0200
commit03c406ea8acbaa3d0914005fec6cb896d5cdc144 (patch)
treefedcebe5aa07a781caa3add00039a1e90eea85c8
parentc512399803a6e83c830f6614e8868d954cd5fae6 (diff)
downloadnihav-03c406ea8acbaa3d0914005fec6cb896d5cdc144.tar.gz
registry: add entry for MS RLE
-rw-r--r--nihav-registry/src/register.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/nihav-registry/src/register.rs b/nihav-registry/src/register.rs
index 466a3f7..b9f8d81 100644
--- a/nihav-registry/src/register.rs
+++ b/nihav-registry/src/register.rs
@@ -175,6 +175,7 @@ static CODEC_REGISTER: &'static [CodecDescription] = &[
desc!(video; "cinepak", "Cinepak"),
desc!(video; "msvideo1", "MS Video 1"),
+ desc!(video; "msrle", "MS RLE"),
desc!(audio; "ms-adpcm", "MS ADPCM"),
desc!(audio; "ima-adpcm-ms", "IMA ADPCM (MS variant)"),