diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2017-06-09 09:51:21 +0200 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2017-06-09 17:58:05 +0200 |
commit | 1a36a05d13c8471b50fd6e9559dd267fed97d6b2 (patch) | |
tree | 33cbde52ff9df17393ffd33806fa0dca7cdc30a4 | |
parent | cf64af13518ee281beec24f32aa0e36317260b82 (diff) | |
download | nihav-1a36a05d13c8471b50fd6e9559dd267fed97d6b2.tar.gz |
typo
-rw-r--r-- | src/register.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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"), ]; |