X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Finput_ext-intf.h;h=ebeacb452275654a718f45ca23994f764b0e9632;hb=08999a39bccd9b1b199294933a54c50e94f4148f;hp=193d344eb800e938f25f5f46ae2b99dd6d017cac;hpb=6d7c2261539128bfd0b22a068d1f115790d973b8;p=vlc diff --git a/include/input_ext-intf.h b/include/input_ext-intf.h index 193d344eb8..ebeacb4522 100644 --- a/include/input_ext-intf.h +++ b/include/input_ext-intf.h @@ -4,7 +4,7 @@ * control the pace of reading. ***************************************************************************** * Copyright (C) 1999, 2000 VideoLAN - * $Id: input_ext-intf.h,v 1.63 2002/03/21 02:27:04 jobi Exp $ + * $Id: input_ext-intf.h,v 1.65 2002/04/24 00:36:24 sam Exp $ * * Authors: Christophe Massiot * @@ -49,7 +49,7 @@ typedef struct input_bank_s } input_bank_t; -#ifndef PLUGIN +#ifndef __PLUGIN__ extern input_bank_t *p_input_bank; #else # define p_input_bank (p_symbols->p_input_bank) @@ -71,10 +71,8 @@ typedef struct es_descriptor_s * fast forward and slow motion ? */ u8 i_cat; /* stream category: video, audio, * spu, other */ -#ifdef HAVE_SATELLITE - int i_dmx_fd; /* used to store demux device + int i_demux_fd; /* used to store demux device file handle */ -#endif char psz_desc[20]; /* description of ES: audio language * for instance ; NULL if not * available */ @@ -331,7 +329,7 @@ typedef struct input_thread_s /***************************************************************************** * Prototypes *****************************************************************************/ -#ifndef PLUGIN +#ifndef __PLUGIN__ void input_InitBank ( void ); void input_EndBank ( void );