summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrantišek Dvořák <valtri@users.sourceforge.net>2005-02-12 18:30:46 +0000
committerFrantišek Dvořák <valtri@users.sourceforge.net>2005-02-12 18:30:46 +0000
commit5417fd756244c0ed51e8a40896e31fadf15cd870 (patch)
tree1138685bc4d5ba1ab1473ec772704a938e0da49e
parente6dc7b374e9de858dee9bacec22a3bfd72ee35b4 (diff)
downloadxine-lib-5417fd756244c0ed51e8a40896e31fadf15cd870.tar.gz
xine-lib-5417fd756244c0ed51e8a40896e31fadf15cd870.tar.bz2
It compiles again, yeah.
CVS patchset: 7403 CVS date: 2005/02/12 18:30:46
-rw-r--r--src/xine-engine/plugin_catalog.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/xine-engine/plugin_catalog.h b/src/xine-engine/plugin_catalog.h
index e57410f13..d2ace0931 100644
--- a/src/xine-engine/plugin_catalog.h
+++ b/src/xine-engine/plugin_catalog.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: plugin_catalog.h,v 1.17 2005/02/09 20:03:21 tmattern Exp $
+ * $Id: plugin_catalog.h,v 1.18 2005/02/12 18:30:46 valtri Exp $
*
* xine-internal header: Definitions for plugin lists
*
@@ -83,6 +83,9 @@ struct plugin_catalog_s {
char *prio_desc[DECODER_MAX];
pthread_mutex_t lock;
+
+ int plugin_count;
+ int decoder_count;
};
typedef struct plugin_catalog_s plugin_catalog_t;