mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
field 'vfilter' added to sh_video_t
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5507 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4d135121ba
commit
55bafcc362
@ -78,6 +78,7 @@ typedef struct {
|
||||
void* context; // codec-specific stuff (usually HANDLE or struct pointer)
|
||||
HIC hic; // handle
|
||||
void* video_out;
|
||||
void* vfilter;
|
||||
} sh_video_t;
|
||||
|
||||
sh_audio_t* get_sh_audio(demuxer_t *demuxer,int id);
|
||||
|
Loading…
Reference in New Issue
Block a user