1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-30 11:42:04 +00:00

video_out added to sh_video_t

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4974 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-03-07 02:49:46 +00:00
parent cc7e9b11e7
commit eb57e0fd47

View File

@ -75,6 +75,7 @@ typedef struct {
BITMAPINFOHEADER o_bih; // out format
void* context; // codec-specific stuff (usually HANDLE or struct pointer)
HIC hic; // handle
void* video_out;
} sh_video_t;
sh_audio_t* new_sh_audio(demuxer_t *demuxer,int id);