mirror of
https://github.com/mpv-player/mpv
synced 2025-01-02 04:42:10 +00:00
Add forgotten new_sh_sub
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20889 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c5fa0bbf92
commit
89b0172dce
@ -95,6 +95,8 @@ typedef struct {
|
||||
sh_audio_t* new_sh_audio_aid(demuxer_t *demuxer,int id,int aid);
|
||||
#define new_sh_video(d, i) new_sh_video_vid(d, i, i)
|
||||
sh_video_t* new_sh_video_vid(demuxer_t *demuxer,int id,int vid);
|
||||
#define new_sh_sub(d, i) new_sh_sub_sid(d, i, i)
|
||||
sh_sub_t *new_sh_sub_sid(demuxer_t *demuxer, int id, int sid);
|
||||
void free_sh_audio(demuxer_t *demuxer, int id);
|
||||
void free_sh_video(sh_video_t *sh);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user