0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/plugins/rtmp-services
jp9000 c9df41c1e2 (API Change) Remove pointers from all typedefs
Typedef pointers are unsafe.  If you do:
typedef struct bla *bla_t;
then you cannot use it as a constant, such as: const bla_t, because
that constant will be to the pointer itself rather than to the
underlying data.  I admit this was a fundamental mistake that must
be corrected.

All typedefs that were pointer types will now have their pointers
removed from the type itself, and the pointers will be used when they
are actually used as variables/parameters/returns instead.

This does not break ABI though, which is pretty nice.
2014-09-25 21:48:11 -07:00
..
data Add latest translations from CrowdIn 2014-08-25 14:41:52 -07:00
CMakeLists.txt Fix double invocation of install_obs_plugin in every single plugin 2014-08-19 14:24:59 +02:00
rtmp-common.c (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
rtmp-custom.c (API Change) Remove pointers from all typedefs 2014-09-25 21:48:11 -07:00
rtmp-services-main.c Remove macro to free locale 2014-07-27 17:29:10 -07:00