typo
authorKostya Shishkov <kostya.shishkov@gmail.com>
Fri, 9 Jun 2017 07:51:21 +0000 (09:51 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Fri, 9 Jun 2017 15:58:05 +0000 (17:58 +0200)
src/register.rs

index 046ca83bd7b4eff40d609e4affdb3dca21ab27e3..bb514600e868bb6fb594f0da6069d06f27d9c6d6 100644 (file)
@@ -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"),
 ];