[MPlayer-cvslog] r35007 - trunk/sub/subassconvert.c

cehoyos subversion at mplayerhq.hu
Sun Jun 24 14:17:56 CEST 2012


Author: cehoyos
Date: Sun Jun 24 14:17:56 2012
New Revision: 35007

Log:
Add a few new CSS colors.

Patch by Federico Kereki, fkereki gmail

Modified:
   trunk/sub/subassconvert.c

Modified: trunk/sub/subassconvert.c
==============================================================================
--- trunk/sub/subassconvert.c	Sun Jun 24 14:17:03 2012	(r35006)
+++ trunk/sub/subassconvert.c	Sun Jun 24 14:17:56 2012	(r35007)
@@ -98,13 +98,18 @@ static const struct {
     {"aqua",    0xffff00},
     {"black",   0x000000},
     {"blue",    0xff0000},
+    {"cyan",    0xffff00},
     {"fuchsia", 0xff00ff},
     {"gray",    0x808080},
     {"green",   0x008000},
+    {"grey",    0x808080},
     {"lime",    0x00ff00},
+    {"magenta", 0xff00ff},
     {"maroon",  0x000080},
     {"navy",    0x800000},
     {"olive",   0x008080},
+    {"orange",  0x00a5ff},
+    {"pink",    0xcbc0ff},
     {"purple",  0x800080},
     {"red",     0x0000ff},
     {"silver",  0xc0c0c0},


More information about the MPlayer-cvslog mailing list