Browse Source

libobs: Fix export declaration name

obs_encoder_getdisplayname declaration was not changed to match the
definition (obs_encoder_get_display_name) when the API consistency
update occurred.
jp9000 11 years ago
parent
commit
78c2129f31
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libobs/obs.h

+ 1 - 1
libobs/obs.h

@@ -1132,7 +1132,7 @@ EXPORT void obs_output_signal_stop(obs_output_t *output, int code);
 /* ------------------------------------------------------------------------- */
 /* Encoders */
 
-EXPORT const char *obs_encoder_getdisplayname(const char *id);
+EXPORT const char *obs_encoder_get_display_name(const char *id);
 
 /**
  * Creates a video encoder context