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/xine_plugin.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/xine-engine/xine_plugin.h') diff --git a/src/xine-engine/xine_plugin.h b/src/xine-engine/xine_plugin.h index 31c94da1b..7e905bbc5 100644 --- a/src/xine-engine/xine_plugin.h +++ b/src/xine-engine/xine_plugin.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_plugin.h,v 1.6 2002/10/17 17:43:44 mroi Exp $ + * $Id: xine_plugin.h,v 1.7 2002/12/01 15:10:04 mroi Exp $ * * generic plugin definitions * @@ -34,6 +34,7 @@ #define PLUGIN_SPU_DECODER 5 #define PLUGIN_AUDIO_OUT 6 #define PLUGIN_VIDEO_OUT 7 +#define PLUGIN_POST 8 typedef struct { -- cgit v1.2.3