change FT_PIXEL_MODE_GRAY to ft_pixel_mode_grays
Original commit message from CVS: change FT_PIXEL_MODE_GRAY to ft_pixel_mode_grays
This commit is contained in:
parent
99f8de1138
commit
d1ef739d08
@ -188,7 +188,7 @@ resize_bitmap(GstTextOverlay *overlay, int width, int height)
|
|||||||
}
|
}
|
||||||
if (!bitmap->buffer) {
|
if (!bitmap->buffer) {
|
||||||
/* initialize */
|
/* initialize */
|
||||||
bitmap->pixel_mode = FT_PIXEL_MODE_GRAY;
|
bitmap->pixel_mode = ft_pixel_mode_grays;
|
||||||
bitmap->num_grays = 256;
|
bitmap->num_grays = 256;
|
||||||
}
|
}
|
||||||
if (bitmap->buffer)
|
if (bitmap->buffer)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user