]> git.sesse.net Git - vlc/blobdiff - include/vlc_codec.h
Tag some APIs as LIBVLC_USED
[vlc] / include / vlc_codec.h
index b8347e34d2c870af54ab8244c14ac1574a3b9a77..0e6640fccb0bb1306f3bbac7179c844f94c159cf 100644 (file)
@@ -147,8 +147,8 @@ struct encoder_t
  * @}
  */
 
-VLC_EXPORT( input_attachment_t *, decoder_GetInputAttachment, ( decoder_t *, const char *psz_name ) );
+VLC_EXPORT( input_attachment_t *, decoder_GetInputAttachment, ( decoder_t *, const char *psz_name ) LIBVLC_USED );
 VLC_EXPORT( int, decoder_GetInputAttachments, ( decoder_t *p_dec, input_attachment_t ***ppp_attachment, int *pi_attachment ) );
-VLC_EXPORT( mtime_t, decoder_GetDisplayDate, ( decoder_t *, mtime_t ) );
+VLC_EXPORT( mtime_t, decoder_GetDisplayDate, ( decoder_t *, mtime_t ) LIBVLC_USED );
 
 #endif /* _VLC_CODEC_H */