X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_osd.h;h=d90fc559f11a829b01a5f55aa9d4e3e91794e4f7;hb=f0c76d5063ea5929f8b514e3bc5b0681cdf8d35e;hp=d1322f7b7731320b7a2131c689e5966441a54b59;hpb=7c4a6119e1eceb828897a8cbf08bb84e2c618942;p=vlc diff --git a/include/vlc_osd.h b/include/vlc_osd.h index d1322f7b77..d90fc559f1 100644 --- a/include/vlc_osd.h +++ b/include/vlc_osd.h @@ -118,10 +118,6 @@ VLC_EXPORT( subpicture_t *, spu_CreateSubpicture, ( spu_t * ) ); VLC_EXPORT( void, spu_DestroySubpicture, ( spu_t *, subpicture_t * ) ); VLC_EXPORT( void, spu_DisplaySubpicture, ( spu_t *, subpicture_t * ) ); -#define spu_CreateRegion(a,b) __spu_CreateRegion(VLC_OBJECT(a),b) -VLC_EXPORT( subpicture_region_t *,__spu_CreateRegion, ( vlc_object_t *, video_format_t * ) ); -#define spu_DestroyRegion(a,b) __spu_DestroyRegion(VLC_OBJECT(a),b) -VLC_EXPORT( void, __spu_DestroyRegion, ( vlc_object_t *, subpicture_region_t * ) ); VLC_EXPORT( subpicture_t *, spu_SortSubpictures, ( spu_t *, mtime_t display_date, bool b_paused, bool b_subtitle_only ) ); /**