[Mplayer-cvslog] CVS: main/libmpdemux stheader.h,1.24,1.25
Arpi of Ize
arpi at mplayer.dev.hu
Thu Mar 7 03:49:49 CET 2002
Update of /cvsroot/mplayer/main/libmpdemux
In directory mplayer:/var/tmp.root/cvs-serv20348
Modified Files:
stheader.h
Log Message:
video_out added to sh_video_t
Index: stheader.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/stheader.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- stheader.h 3 Mar 2002 18:47:29 -0000 1.24
+++ stheader.h 7 Mar 2002 02:49:46 -0000 1.25
@@ -75,6 +75,7 @@
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);
More information about the MPlayer-cvslog
mailing list