Skip to content

Commit

Permalink
libobs: Deprecate obs_(nv12|p010)_tex_active()
Browse files Browse the repository at this point in the history
  • Loading branch information
dsaedtler committed Jan 23, 2025
1 parent fb738b4 commit 3cc46cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libobs/obs.h
Original file line number Diff line number Diff line change
Expand Up @@ -831,8 +831,8 @@ EXPORT uint64_t obs_get_frame_interval_ns(void);
EXPORT uint32_t obs_get_total_frames(void);
EXPORT uint32_t obs_get_lagged_frames(void);

EXPORT bool obs_nv12_tex_active(void);
EXPORT bool obs_p010_tex_active(void);
OBS_DEPRECATED EXPORT bool obs_nv12_tex_active(void);
OBS_DEPRECATED EXPORT bool obs_p010_tex_active(void);

EXPORT void obs_apply_private_data(obs_data_t *settings);
EXPORT void obs_set_private_data(obs_data_t *settings);
Expand Down

0 comments on commit 3cc46cc

Please sign in to comment.