X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_osd.h;h=8e44fbd389e87bf94c06925c58af4ff98597eab8;hb=4961a425c3d71ef817943b5326bb0d8ab4701575;hp=350eaa66e400f7a4b749e468506d588bbeba7e5f;hpb=a74e2c4c7de63efd3bf040db675f4c5bf536ce83;p=vlc diff --git a/include/vlc_osd.h b/include/vlc_osd.h index 350eaa66e4..8e44fbd389 100644 --- a/include/vlc_osd.h +++ b/include/vlc_osd.h @@ -100,6 +100,7 @@ VLC_EXPORT( void, spu_Destroy, ( spu_t * ) ); void spu_Attach( spu_t *, vlc_object_t *, bool ); VLC_EXPORT( subpicture_t *, spu_CreateSubpicture, ( spu_t * ) ); +/* XXX you cannot call spu_DestroySubpicture on a displayed picture */ VLC_EXPORT( void, spu_DestroySubpicture, ( spu_t *, subpicture_t * ) ); VLC_EXPORT( void, spu_DisplaySubpicture, ( spu_t *, subpicture_t * ) );