diff libmpdemux/stheader.h @ 4973:544c1dae591c

video_out added to sh_video_t
author arpi
date Thu, 07 Mar 2002 02:49:46 +0000
parents 429994672d8c
children 2fd327bf64fc
line wrap: on
line diff
--- a/libmpdemux/stheader.h	Thu Mar 07 02:44:42 2002 +0000
+++ b/libmpdemux/stheader.h	Thu Mar 07 02:49:46 2002 +0000
@@ -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);