]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout_osd.h
Add a mailmap
[vlc] / include / vlc_vout_osd.h
index b8e5a9c2e45822a1c6d89192165d9863f0b89ed0..d587654c72ecad6bffc36d49780a027670ba800c 100644 (file)
@@ -71,7 +71,7 @@ VLC_API void vout_OSDText( vout_thread_t *vout, int channel, int position, mtime
  *
  * Provided for convenience.
  */
-VLC_API void vout_OSDMessage( vout_thread_t *, int, const char *, ... ) LIBVLC_FORMAT( 3, 4 );
+VLC_API void vout_OSDMessage( vout_thread_t *, int, const char *, ... ) VLC_FORMAT( 3, 4 );
 
 /**
  * Display a slider on the video output.