diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2020-06-12 15:55:06 +0200 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2020-06-12 15:55:06 +0200 |
commit | 03c406ea8acbaa3d0914005fec6cb896d5cdc144 (patch) | |
tree | fedcebe5aa07a781caa3add00039a1e90eea85c8 | |
parent | c512399803a6e83c830f6614e8868d954cd5fae6 (diff) | |
download | nihav-03c406ea8acbaa3d0914005fec6cb896d5cdc144.tar.gz |
registry: add entry for MS RLE
-rw-r--r-- | nihav-registry/src/register.rs | 1 |
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)"), |