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/libxinevdec/msvc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/libxinevdec/msvc.c') diff --git a/src/libxinevdec/msvc.c b/src/libxinevdec/msvc.c index 5ba1d142b..352cb3ce6 100644 --- a/src/libxinevdec/msvc.c +++ b/src/libxinevdec/msvc.c @@ -22,7 +22,7 @@ * based on overview of Microsoft Video-1 algorithm * by Mike Melanson: http://www.pcisys.net/~melanson/codecs/video1.txt * - * $Id: msvc.c,v 1.10 2002/09/05 20:44:41 mroi Exp $ + * $Id: msvc.c,v 1.11 2002/09/05 22:19:03 mroi Exp $ */ #include @@ -359,7 +359,6 @@ static void *init_video_decoder_plugin (xine_t *xine, void *data) { this->video_decoder.close = msvc_close; this->video_decoder.get_identifier = msvc_get_id; this->video_decoder.dispose = msvc_dispose; - this->video_decoder.priority = 5; return this; } -- cgit v1.2.3