diff options
Diffstat (limited to 'utils/v4l2-ctl/vivid-tpg.h')
-rw-r--r-- | utils/v4l2-ctl/vivid-tpg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/v4l2-ctl/vivid-tpg.h b/utils/v4l2-ctl/vivid-tpg.h index b105bbd9..8ca49e46 100644 --- a/utils/v4l2-ctl/vivid-tpg.h +++ b/utils/v4l2-ctl/vivid-tpg.h @@ -197,7 +197,7 @@ void tpg_reset_source(struct tpg_data *tpg, unsigned width, unsigned height, void tpg_set_font(const u8 *f); void tpg_gen_text(struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], int y, int x, char *text); -void tpg_calc_text_basep(const struct tpg_data *tpg, +void tpg_calc_text_basep(struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], unsigned p, u8 *vbuf); void tpg_fillbuffer(struct tpg_data *tpg, v4l2_std_id std, unsigned p, u8 *vbuf); bool tpg_s_fourcc(struct tpg_data *tpg, u32 fourcc); |