]> git.sesse.net Git - vlc/blobdiff - include/vlc_codec.h
Added a new decoder function (decoder_GetDisplayDate) to be used to convert a
[vlc] / include / vlc_codec.h
index 029cb59414dc93a0735b31d15bff2de09419edb1..e59b2475acb5cbde8053dbacc652be3794662d50 100644 (file)
@@ -144,6 +144,6 @@ 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 */