[MPlayer-dev-eng] [PATCH] Current CVS demuxer.h bug
Bernhard Rosenkraenzer
bero at arklinux.org
Thu Aug 28 14:52:03 CEST 2003
When MPEG4_IN_TS support was added, the demuxer count wasn't updated.
Trivial fix attached.
LLaP
bero
--
Ark Linux - Linux for the masses
http://www.arklinux.org/
Redistribution and processing of this message is subject to
http://www.arklinux.org/terms.php
-------------- next part --------------
diff -urN mplayer/libmpdemux/demuxer.h mplayer-bero/libmpdemux/demuxer.h
--- mplayer/libmpdemux/demuxer.h 2003-08-25 13:53:43.000000000 +0200
+++ mplayer-bero/libmpdemux/demuxer.h 2003-08-28 15:02:01.000000000 +0200
@@ -47,7 +47,7 @@
// This should always match the higest demuxer type number.
// Unless you want to disallow users to force the demuxer to some types
#define DEMUXER_TYPE_MIN 0
-#define DEMUXER_TYPE_MAX 33
+#define DEMUXER_TYPE_MAX 34
#define DEMUXER_TYPE_DEMUXERS (1<<16)
// A virtual demuxer type for the network code
More information about the MPlayer-dev-eng
mailing list