changeset 5506:b8b6fcb5062a

field 'vfilter' added to sh_video_t
author arpi
date Sat, 06 Apr 2002 22:00:50 +0000
parents 72f080de9ce5
children d0d029fda134
files libmpdemux/stheader.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/stheader.h	Sat Apr 06 22:00:27 2002 +0000
+++ b/libmpdemux/stheader.h	Sat Apr 06 22:00:50 2002 +0000
@@ -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);