[Mplayer-cvslog] CVS: main/libmpdemux stheader.h,1.27,1.28

Arpi of Ize arpi at mplayer.dev.hu
Sun Apr 7 00:00:52 CEST 2002


Update of /cvsroot/mplayer/main/libmpdemux
In directory mplayer:/var/tmp.root/cvs-serv6457

Modified Files:
	stheader.h 
Log Message:
field 'vfilter' added to sh_video_t

Index: stheader.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/stheader.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- stheader.h	24 Mar 2002 02:25:41 -0000	1.27
+++ stheader.h	6 Apr 2002 22:00:50 -0000	1.28
@@ -78,6 +78,7 @@
   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);




More information about the MPlayer-cvslog mailing list