]> git.sesse.net Git - vlc/blobdiff - src/video_output/vout_subpictures.c
OSD: remoev leading underscores
[vlc] / src / video_output / vout_subpictures.c
index 9fecf2c8bef41dd3c66341da422cab881a36b232..11a1fd87d07ff4fb215d2f3917d3cc8c8e99246c 100644 (file)
@@ -184,12 +184,14 @@ static void FilterRelease( filter_t *p_filter );
 /*****************************************************************************
  * Public API
  *****************************************************************************/
+
+#undef spu_Create
 /**
  * Creates the subpicture unit
  *
  * \param p_this the parent object which creates the subpicture unit
  */
-spu_t *__spu_Create( vlc_object_t *p_this )
+spu_t *spu_Create( vlc_object_t *p_this )
 {
     spu_t *p_spu;
     spu_private_t *p_sys;