diff libmpdemux/stream.h @ 7329:9129781e5939

removed messy global 'tv_handle', use stream->priv for that purpose note: i couldn't test it (only compile test) may be broken :( we're going to an unified demuxer API - required for modularization
author arpi
date Sun, 08 Sep 2002 23:00:01 +0000
parents c5a023ac99bd
children 1394aebaa838
line wrap: on
line diff
--- a/libmpdemux/stream.h	Sun Sep 08 22:57:23 2002 +0000
+++ b/libmpdemux/stream.h	Sun Sep 08 23:00:01 2002 +0000
@@ -42,7 +42,7 @@
   int eof;
   unsigned int cache_pid;
   void* cache_data;
-  void* priv; // used for DVD
+  void* priv; // used for DVD, TV, RTSP etc
   unsigned char buffer[STREAM_BUFFER_SIZE>VCD_SECTOR_SIZE?STREAM_BUFFER_SIZE:VCD_SECTOR_SIZE];
 #ifdef STREAMING
   streaming_ctrl_t *streaming_ctrl;