From b160989dd4f95b0aa4d12862e0bbf91b501c1236 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sun, 1 Dec 2002 15:10:04 +0000 Subject: - add post plugins to the plugin catalog - fix some bugs in plugin loader that prevented it from traversing subdirs - implement some public API functions for post plugin handling here CVS patchset: 3403 CVS date: 2002/12/01 15:10:04 --- src/xine-engine/plugin_catalog.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/xine-engine/plugin_catalog.h') diff --git a/src/xine-engine/plugin_catalog.h b/src/xine-engine/plugin_catalog.h index fd0581488..0790b410f 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.6 2002/10/14 15:47:39 guenter Exp $ + * $Id: plugin_catalog.h,v 1.7 2002/12/01 15:10:04 mroi Exp $ * * xine-internal header: Definitions for plugin lists * @@ -50,6 +50,7 @@ struct plugin_catalog_s { xine_list_t *video; xine_list_t *aout; xine_list_t *vout; + xine_list_t *post; plugin_node_t *audio_decoder_map[DECODER_MAX][PLUGINS_PER_TYPE]; plugin_node_t *video_decoder_map[DECODER_MAX][PLUGINS_PER_TYPE]; -- cgit v1.2.3