X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_codec.h;h=e59b2475acb5cbde8053dbacc652be3794662d50;hb=36eedf407fcec5b1e377ada3654de1ab633cc53e;hp=79fa42132d77f6e1aa6fd539d32eaa84ea5f16b9;hpb=fbf4c8060d35617e39b50ae739307152d02ed951;p=vlc diff --git a/include/vlc_codec.h b/include/vlc_codec.h index 79fa42132d..e59b2475ac 100644 --- a/include/vlc_codec.h +++ b/include/vlc_codec.h @@ -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 */