[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
- Previous message: [Mplayer-cvslog] CVS: main mp_msg.h,1.17,1.18
- Next message: [Mplayer-cvslog] CVS: main cfg-common.h,1.36,1.37 dec_video.h,1.6,1.7 mencoder.c,1.109,1.110 mplayer.c,1.459,1.460
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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);
- Previous message: [Mplayer-cvslog] CVS: main mp_msg.h,1.17,1.18
- Next message: [Mplayer-cvslog] CVS: main cfg-common.h,1.36,1.37 dec_video.h,1.6,1.7 mencoder.c,1.109,1.110 mplayer.c,1.459,1.460
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list