From 03c406ea8acbaa3d0914005fec6cb896d5cdc144 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Fri, 12 Jun 2020 15:55:06 +0200 Subject: [PATCH] registry: add entry for MS RLE --- nihav-registry/src/register.rs | 1 + 1 file changed, 1 insertion(+) 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)"), -- 2.30.2