]> git.sesse.net Git - vlc/blobdiff - include/vlc_codec.h
ATTRIBUTE_FORMAT for sdp_AddAttribute
[vlc] / include / vlc_codec.h
index d1bc79d1418e403af942d4cc90e10d19e679c1e4..029cb59414dc93a0735b31d15bff2de09419edb1 100644 (file)
@@ -143,5 +143,7 @@ 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 ) );
+
 
 #endif /* _VLC_CODEC_H */