diff options
Diffstat (limited to 'src/xine-engine/xine_internal.h')
-rw-r--r-- | src/xine-engine/xine_internal.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h index 3a0704da1..c022b44d8 100644 --- a/src/xine-engine/xine_internal.h +++ b/src/xine-engine/xine_internal.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_internal.h,v 1.117 2002/12/27 02:03:06 miguelfreitas Exp $ + * $Id: xine_internal.h,v 1.118 2002/12/27 03:40:08 miguelfreitas Exp $ * */ @@ -235,6 +235,9 @@ struct xine_stream_s { extra_info_t *current_extra_info; int video_seek_count; + xine_post_out_t video_source; + xine_post_out_t audio_source; + int err; }; |