Skip to content
Snippets Groups Projects
Commit d28034f6 authored by Alexandre Janniaux's avatar Alexandre Janniaux Committed by Jean-Baptiste Kempf
Browse files

vlc_objects: add VLC_OBJECT macro for vlc_object_release

parent 7c522186
No related branches found
No related tags found
No related merge requests found
......@@ -205,6 +205,7 @@ static inline void vlc_object_release(vlc_object_t *o)
if (!strcmp(tn, "video output"))
vout_Release((vout_thread_t *)o);
}
#define vlc_object_release(o) vlc_object_release(VLC_OBJECT(o))
/**
* @defgroup objres Object resources
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment