0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

vf_inited flag added

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5925 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-05-01 17:30:23 +00:00
parent 89d0c7a60f
commit e792742f6a

View File

@ -79,6 +79,7 @@ typedef struct {
HIC hic; // handle
void* video_out;
void* vfilter;
int vf_inited;
} sh_video_t;
sh_audio_t* get_sh_audio(demuxer_t *demuxer,int id);