From 3bb1499e2dd8f9e63494259343968ae71060f6cb Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Thu, 17 Oct 2002 17:43:41 +0000 Subject: move open_plugin function (used to create new plugin instances) from the plugin info struct to the plugin class struct small nerby change in libffmpeg decoder plugin: access to video_out/audio_out in decoders should now be done via the appropriate members in xine_stream_t CVS patchset: 2843 CVS date: 2002/10/17 17:43:41 --- src/xine-engine/xine_plugin.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (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 102829d7d..31c94da1b 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.5 2002/10/16 22:54:48 guenter Exp $ + * $Id: xine_plugin.h,v 1.6 2002/10/17 17:43:44 mroi Exp $ * * generic plugin definitions * @@ -43,7 +43,6 @@ typedef struct { uint32_t version; /* version number, increased every release */ void *special_info; /* plugin-type specific, see structs below */ void *(*init)(xine_t *, void *); /* init the plugin class */ - void *(*open)(void *, xine_stream_t *, const void *); /* create an instance*/ } plugin_info_t; -- cgit v1.2.3