mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 23:48:53 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue