]> git.sesse.net Git - vlc/blobdiff - include/vlc_codec.h
contribs: don't try to install the shared library if it doesn't exist, fix [22437...
[vlc] / include / vlc_codec.h
index 79fa42132d77f6e1aa6fd539d32eaa84ea5f16b9..e59b2475acb5cbde8053dbacc652be3794662d50 100644 (file)
@@ -142,4 +142,8 @@ struct encoder_t
  * @}
  */
 
+VLC_EXPORT( input_attachment_t *, decoder_GetInputAttachment, ( decoder_t *, const char *psz_name ) );
+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 ) );
+
 #endif /* _VLC_CODEC_H */