base: fix misregistred Y float to RGBA float conversion
authorØyvind Kolås <pippin@gimp.org>
Wed, 29 Aug 2018 23:41:49 +0000 (01:41 +0200)
committerØyvind Kolås <pippin@gimp.org>
Wed, 29 Aug 2018 23:41:49 +0000 (01:41 +0200)
babl/base/model-gray.c

index 8ceed9687fabb0feccc907c3eb93917084b2ffbe..ecbd48c89837ce638cb7ee61e71b72c07b1de350 100644 (file)
@@ -1549,7 +1549,7 @@ static void init_single_precision (void)
 
 
   babl_conversion_new (
-    babl_format ("YA float"),
+    babl_format ("Y float"),
     babl_format ("RGBA float"),
     "linear", gray_to_rgba_float,
     NULL