diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-04-29 01:09:23 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-04-29 01:09:23 +0000 |
commit | 0b7fa608cc50ab566ff9c87da5bc445ac3a6f278 (patch) | |
tree | 47b3b281c5f533a768ff131e47db747983011755 /src/xine-engine/xine_internal.h | |
parent | f38fa74e306ea2bbd9b8f34521f6d441e1026e8b (diff) | |
download | xine-lib-0b7fa608cc50ab566ff9c87da5bc445ac3a6f278.tar.gz xine-lib-0b7fa608cc50ab566ff9c87da5bc445ac3a6f278.tar.bz2 |
decoder plugins get loaded now
CVS patchset: 43
CVS date: 2001/04/29 01:09:23
Diffstat (limited to 'src/xine-engine/xine_internal.h')
-rw-r--r-- | src/xine-engine/xine_internal.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h index fd2fc0d01..ac706d397 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.13 2001/04/27 23:51:52 guenter Exp $ + * $Id: xine_internal.h,v 1.14 2001/04/29 01:09:23 guenter Exp $ * */ @@ -33,14 +33,10 @@ #define INPUT_PLUGIN_MAX 50 #define DEMUXER_PLUGIN_MAX 50 -#define DECODER_PLUGIN_MAX 50 -#define CODEC_PLUGIN_IFACE_VERSION 1 -#define CODEC_PLUGIN_MAX 50 +#define DECODER_PLUGIN_MAX 50 +#define DECODER_PLUGIN_IFACE_VERSION 1 #define AUDIO_OUT_PLUGIN_MAX 50 #define VIDEO_OUT_PLUGIN_MAX 50 -#define VIDEO_DECODER_PLUGIN_MAX 50 -#define AUDIO_DECODER_PLUGIN_MAX 50 - /* * generic xine video decoder plugin interface |