]> git.sesse.net Git - vlc/commitdiff
FourCC update
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 1 Nov 2011 10:01:23 +0000 (11:01 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 1 Nov 2011 10:01:23 +0000 (11:01 +0100)
src/misc/fourcc.c

index 05b7f3fab48b2b3408fe6171a819b7679b71e44a..256ee0fdb082080c221932a40fce922d19b0c42a 100644 (file)
@@ -68,6 +68,7 @@ static const entry_t p_list_video[] = {
         A("MPEG"),
         A("mpg2"),
         A("MPG2"),
+        A("H262"),
 
         E("PIM1", "Pinnacle DC1000 (MPEG-1 Video)"),
 
@@ -626,7 +627,7 @@ static const entry_t p_list_video[] = {
 
     B(VLC_CODEC_INDEO2, "Indeo Video v2"),
         A("IV20"),
-        A("RT21"),
+        E("RT21", "Indeo Video 2.1" ),
 
     /* Flash Screen Video */
     B(VLC_CODEC_FLASHSV, "Flash Screen Video"),
@@ -854,7 +855,7 @@ static const entry_t p_list_video[] = {
     B(VLC_CODEC_PAM, "PAM Image"),
         A("pam "),
 
-    B(VLC_CODEC_JPEGLS, "Lossless JPEG"),
+    B(VLC_CODEC_JPEGLS, "JPEG-LS"),
         A("MJLS"),
 
     B(VLC_CODEC_JPEG, "JPEG"),