From: Kostya Shishkov Date: Fri, 12 Jun 2020 13:55:06 +0000 (+0200) Subject: registry: add entry for MS RLE X-Git-Url: https://git.nihav.org/?p=nihav.git;a=commitdiff_plain;h=03c406ea8acbaa3d0914005fec6cb896d5cdc144 registry: add entry for MS RLE --- 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)"),