From: Kostya Shishkov Date: Fri, 9 Jun 2017 07:51:21 +0000 (+0200) Subject: typo X-Git-Url: https://git.nihav.org/?a=commitdiff_plain;h=1a36a05d13c8471b50fd6e9559dd267fed97d6b2;p=nihav.git typo --- diff --git a/src/register.rs b/src/register.rs index 046ca83..bb51460 100644 --- a/src/register.rs +++ b/src/register.rs @@ -123,7 +123,7 @@ static CODEC_REGISTER: &'static [CodecDescription] = &[ desc!(video; "indeo3", "Intel Indeo 3"), desc!(video; "indeo4", "Intel Indeo 4", CODEC_CAP_REORDER | CODEC_CAP_SCALABLE), desc!(video; "indeo5", "Intel Indeo 5", CODEC_CAP_REORDER | CODEC_CAP_SCALABLE), - desc!(video; "intel264", "Intel I263", CODEC_CAP_REORDER), + desc!(video; "intel263", "Intel I263", CODEC_CAP_REORDER), desc!(audio; "iac", "Intel Indeo audio"), desc!(audio; "imc", "Intel Music Coder"), ];