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/cinepak.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/libxinevdec/cinepak.c') diff --git a/src/libxinevdec/cinepak.c b/src/libxinevdec/cinepak.c index 441b464c0..14e931644 100644 --- a/src/libxinevdec/cinepak.c +++ b/src/libxinevdec/cinepak.c @@ -22,7 +22,7 @@ * based on overview of Cinepak algorithm and example decoder * by Tim Ferguson: http://www.csse.monash.edu.au/~timf/ * - * $Id: cinepak.c,v 1.13 2002/09/05 20:44:41 mroi Exp $ + * $Id: cinepak.c,v 1.14 2002/09/05 22:19:02 mroi Exp $ */ #include @@ -454,7 +454,6 @@ static void *init_video_decoder_plugin (xine_t *xine, void *data) { this->video_decoder.close = cvid_close; this->video_decoder.get_identifier = cvid_get_id; this->video_decoder.dispose = cvid_dispose; - this->video_decoder.priority = 5; return (video_decoder_t *) this; } -- cgit v1.2.3