X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_codec.h;h=029cb59414dc93a0735b31d15bff2de09419edb1;hb=c57a95bb4ff9115a142a2ba2052bf73e448d9083;hp=d1bc79d1418e403af942d4cc90e10d19e679c1e4;hpb=a8a47dd1bae256f55201fc70c93b2917af1d6d55;p=vlc diff --git a/include/vlc_codec.h b/include/vlc_codec.h index d1bc79d141..029cb59414 100644 --- a/include/vlc_codec.h +++ b/include/vlc_codec.h @@ -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 */