From c0178b0e481332c8aa9ab2b1226d64426eeed9fd Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Thu, 5 Sep 2002 22:18:50 +0000 Subject: remove plugin's private priority and interface members adapt some more decoders CVS patchset: 2618 CVS date: 2002/09/05 22:18:50 --- src/demuxers/demux.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/demuxers/demux.h') diff --git a/src/demuxers/demux.h b/src/demuxers/demux.h index c56b4fa8f..e2d5b7391 100644 --- a/src/demuxers/demux.h +++ b/src/demuxers/demux.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: demux.h,v 1.17 2002/07/05 17:31:59 mroi Exp $ + * $Id: demux.h,v 1.18 2002/09/05 22:18:50 mroi Exp $ */ #ifndef HAVE_DEMUX_H @@ -59,11 +59,6 @@ typedef struct demux_plugin_s demux_plugin_t; struct demux_plugin_s { - /* - * plugin interface version, lower versions _may_ be supported - */ - int interface_version; - /* * ask demuxer to open the given stream (input-plugin) * using the content-detection method specified in -- cgit v1.2.3